Commit b66411a5 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4796 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent ded8b22c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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