Simpatico
v1.10
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
src
mcMd
potentials
angle
mcMd/potentials/angle/AnglePotential.cpp
1
/*
2
* Simpatico - Simulation Package for Polymeric and Molecular Liquids
3
*
4
* Copyright 2010 - 2017, The Regents of the University of Minnesota
5
* Distributed under the terms of the GNU General Public License.
6
*/
7
8
#include "AnglePotential.h"
9
10
namespace
McMd
11
{
12
13
/*
14
* Constructor.
15
*/
16
AnglePotential::AnglePotential
()
17
{
setClassName
(
"AnglePotential"
); }
18
19
/*
20
* Destructor.
21
*/
22
AnglePotential::~AnglePotential
()
23
{}
24
25
}
McMd::AnglePotential::~AnglePotential
virtual ~AnglePotential()
Destructor (does nothing)
Definition:
mcMd/potentials/angle/AnglePotential.cpp:22
McMd::AnglePotential::AnglePotential
AnglePotential()
Constructor.
Definition:
mcMd/potentials/angle/AnglePotential.cpp:16
McMd
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
Definition:
simp/species/Species.h:16
Util::ParamComposite::setClassName
void setClassName(const char *className)
Set class name string.
Definition:
ParamComposite.cpp:377
Generated on Wed Mar 7 2018 12:59:36 for Simpatico by
1.8.11