git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11414 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -59,6 +59,8 @@ class LAMMPS {
|
||||
private:
|
||||
void help();
|
||||
void print_style(const char *, int &);
|
||||
LAMMPS() {}; // prohibit using the default constructor
|
||||
LAMMPS(const LAMMPS &) {}; // prohibit using the copy constructor
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user