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

This commit is contained in:
sjplimp
2013-09-05 18:36:42 +00:00
parent b3b26852c4
commit 5994980c73
2 changed files with 10 additions and 12 deletions

View File

@ -172,7 +172,7 @@ void FixPropertyAtom::read_data_section(char *keyword, int n, char *buf)
char **values = new char*[nwords];
// loop over lines of atom velocities
// loop over lines of atom info
// tokenize the line into values
// if I own atom tag, unpack its values
@ -272,7 +272,7 @@ void FixPropertyAtom::write_data_section_pack(int mth, double **buf)
void FixPropertyAtom::write_data_section_keyword(int mth, FILE *fp)
{
if (nvalue == 1 && style[0] == MOLECULE) fprintf(fp,"\nMolecule\n\n");
if (nvalue == 1 && style[0] == MOLECULE) fprintf(fp,"\nMolecules\n\n");
else fprintf(fp,"\n%s\n\n",id);
}