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

This commit is contained in:
sjplimp 2009-07-21 21:04:24 +00:00
parent 10de982002
commit e2b3087840
1 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ void Dump::write()
}
// pack my data into buf
// send_size = # of quantities in buf
// me_size = # of quantities in buf
int me_size = pack();
@ -312,7 +312,7 @@ void Dump::openfile()
}
if (fp == NULL) error->one("Cannot open dump file");
}
} else fp = NULL;
// delete string with timestep replaced