git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1781 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2008-05-09 15:01:06 +00:00
parent b67baddc24
commit abd1a21de3
4 changed files with 7 additions and 7 deletions

View File

@ -68,7 +68,7 @@ FixPrint::FixPrint(LAMMPS *lmp, int narg, char **arg) :
// print header into file
if (fp && me == 0) fprintf(fp,"Fix print output for fix %s\n",id);
if (fp && me == 0) fprintf(fp,"# Fix print output for fix %s\n",id);
copy = new char[MAXLINE];
work = new char[MAXLINE];