git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9748 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -34,8 +34,8 @@ class WriteData : protected Pointers {
|
||||
private:
|
||||
int me,nprocs;
|
||||
FILE *fp;
|
||||
bigint nbonds_local;
|
||||
bigint nangles_local;
|
||||
bigint nbonds_local,nbonds;
|
||||
bigint nangles_local,nangles;
|
||||
|
||||
void header();
|
||||
void type_arrays();
|
||||
|
||||
Reference in New Issue
Block a user