Commit e2b30878 authored by sjplimp's avatar sjplimp
Browse files

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