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

This commit is contained in:
sjplimp
2014-01-31 00:18:58 +00:00
parent ca3998a659
commit 479c7ec151
7 changed files with 16 additions and 16 deletions

View File

@ -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
};
}