mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2999 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
10de982002
commit
e2b3087840
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue