| # | Line 72 | Line 72 | namespace OpenMD { | |
|---|---|---|
| 72 | static void setLJDefaultCutoff(RealType *thisRcut, int *sP, int *sF); | |
| 73 | ||
| 74 | private: | |
| 75 | + | virtual ~LJ() { } |
| 76 | // singleton pattern, prevent reconstruction | |
| 77 | < | LJ() {}; |
| 77 | > | LJ() { } |
| 78 | LJ(LJ const &) {}; | |
| 79 | LJ& operator=(LJ const&) {}; | |
| 80 | static LJ* _instance; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |