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

This commit is contained in:
sjplimp 2009-11-19 16:15:19 +00:00
parent 731b0d1681
commit 3433199d61
2 changed files with 2 additions and 10 deletions

View File

@ -52,16 +52,8 @@ using namespace LAMMPS_NS;
PRD::PRD(LAMMPS *lmp) : Pointers(lmp) {}
/* ---------------------------------------------------------------------- */
PRD::~PRD()
{
delete [] loop_setting;
delete [] dist_setting;
}
/* ----------------------------------------------------------------------
perform PRD
perform PRD simulation on one or more replicas
------------------------------------------------------------------------- */
void PRD::command(int narg, char **arg)

View File

@ -21,7 +21,7 @@ namespace LAMMPS_NS {
class PRD : protected Pointers {
public:
PRD(class LAMMPS *);
~PRD();
~PRD() {}
void command(int, char **);
private: