forked from lijiext/lammps
changed output format for time averaged values
This commit is contained in:
parent
9239688b8f
commit
c28a9704e2
|
@ -1028,7 +1028,7 @@ void FixAveTime::options(int iarg, int narg, char **arg)
|
||||||
offlist = NULL;
|
offlist = NULL;
|
||||||
overwrite = 0;
|
overwrite = 0;
|
||||||
format_user = NULL;
|
format_user = NULL;
|
||||||
format = (char *) " %f";
|
format = (char *) " %g";
|
||||||
title1 = NULL;
|
title1 = NULL;
|
||||||
title2 = NULL;
|
title2 = NULL;
|
||||||
title3 = NULL;
|
title3 = NULL;
|
||||||
|
|
Loading…
Reference in New Issue