correct output to be consistent with other code in LAMMPS

This commit is contained in:
Axel Kohlmeyer
2020-01-12 14:47:15 -05:00
parent ebdc4b1ce3
commit 22af416c53

View File

@ -2468,7 +2468,7 @@ void FixNPTCauchy::CauchyStat_init()
{ {
if (comm->me == 0) { if (comm->me == 0) {
if (screen) { if (screen) {
fprintf(screen,"Using the Cauchystat fix with alpha=%f\n",alpha); fprintf(screen,"Using fix npt/cauchy with alpha=%f\n",alpha);
if (restartPK==1) { if (restartPK==1) {
fprintf(screen," (this is a continuation run)\n"); fprintf(screen," (this is a continuation run)\n");
} else { } else {
@ -2476,7 +2476,7 @@ void FixNPTCauchy::CauchyStat_init()
} }
} }
if (logfile) { if (logfile) {
fprintf(logfile,"Using the Cauchystat with alpha=%f\n",alpha); fprintf(logfile,"Using fix npt/cauchy with alpha=%f\n",alpha);
if (restartPK==1) { if (restartPK==1) {
fprintf(logfile," this is a continuation run\n"); fprintf(logfile," this is a continuation run\n");
} else { } else {