Skip to content

Commit c786bc3

Browse files
committed
fix typo
1 parent 21a0720 commit c786bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

USER-VCSGC/fix_semigrandcanonical_mc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ FixSemiGrandCanonicalMC::FixSemiGrandCanonicalMC(LAMMPS *lmp, int narg, char **a
176176
iarg++;
177177
double temperature = atof(arg[iarg]);
178178
if (comm->me == 0)
179-
utils::logmesg(lmp, " SGC - Temperature: %f\n", temperature);
179+
utils::logmesg(lmp, " SGC - Temperature: {}\n", temperature);
180180
if(temperature <= 0)
181181
error->all(FLERR, "Illegal fix sgcmc command. Temperature invalid.");
182182
double kb = 8.617343e-5;

0 commit comments

Comments
 (0)