git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1781 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -46,9 +46,9 @@ FixMSD::FixMSD(LAMMPS *lmp, int narg, char **arg) :
|
||||
}
|
||||
|
||||
if (me == 0) {
|
||||
fprintf(fp,"Mean-squared Displacement for group %s\n",
|
||||
fprintf(fp,"# Mean-squared Displacement for group %s\n",
|
||||
group->names[igroup]);
|
||||
fprintf(fp,"TimeStep x y z total\n");
|
||||
fprintf(fp,"# TimeStep x y z total\n");
|
||||
}
|
||||
|
||||
// perform initial allocation of atom-based array
|
||||
|
||||
Reference in New Issue
Block a user