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

This commit is contained in:
sjplimp
2013-11-26 16:19:40 +00:00
parent d877688777
commit b384659242
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class DumpAtom : public Dump {
public:
DumpAtom(LAMMPS *, int, char**);
private:
protected:
int scale_flag; // 1 if atom coords are scaled, 0 if no
int image_flag; // 1 if append box count to atom coords, 0 if no

View File

@ -29,7 +29,7 @@ class DumpXYZ : public Dump {
DumpXYZ(class LAMMPS *, int, char**);
~DumpXYZ();
private:
protected:
int ntypes;
char **typenames;