git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3440 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2009-11-19 16:14:29 +00:00
parent a8183c9622
commit 7d7f0799eb
2 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,7 @@ Dump::Dump(LAMMPS *lmp, int narg, char **arg) : Pointers(lmp)
// else if ends in .gz = gzipped text file
// else ASCII text file
fp = NULL;
singlefile_opened = 0;
compressed = 0;
binary = 0;