forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3440 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
a8183c9622
commit
7d7f0799eb
|
@ -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;
|
||||
|
|
|
@ -174,6 +174,7 @@ DumpStyle(xyz,DumpXYZ)
|
|||
#include "fix_minimize.h"
|
||||
#include "fix_msd.h"
|
||||
#include "fix_momentum.h"
|
||||
#include "fix_move.h"
|
||||
#include "fix_nph.h"
|
||||
#include "fix_npt.h"
|
||||
#include "fix_npt_sphere.h"
|
||||
|
@ -234,6 +235,7 @@ FixStyle(indent,FixIndent)
|
|||
FixStyle(langevin,FixLangevin)
|
||||
FixStyle(lineforce,FixLineForce)
|
||||
FixStyle(MINIMIZE,FixMinimize)
|
||||
FixStyle(move,FixMove)
|
||||
FixStyle(momentum,FixMomentum)
|
||||
FixStyle(msd,FixMSD)
|
||||
FixStyle(nph,FixNPH)
|
||||
|
|
Loading…
Reference in New Issue