mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3442 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
731b0d1681
commit
3433199d61
|
@ -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)
|
||||
|
|
|
@ -21,7 +21,7 @@ namespace LAMMPS_NS {
|
|||
class PRD : protected Pointers {
|
||||
public:
|
||||
PRD(class LAMMPS *);
|
||||
~PRD();
|
||||
~PRD() {}
|
||||
void command(int, char **);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue