git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4796 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -32,7 +32,9 @@ class DumpDCD : public Dump {
|
||||
~DumpDCD();
|
||||
|
||||
private:
|
||||
int natoms,ntotal,headerflag,nevery_save,nframes;
|
||||
int natoms,ntotal;
|
||||
int headerflag,nevery_save,nframes;
|
||||
|
||||
float *coords,*xf,*yf,*zf;
|
||||
int unwrap_flag; // 1 if atom coords are unwrapped, 0 if no
|
||||
|
||||
|
||||
Reference in New Issue
Block a user