Simpatico  v1.10
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  */
17  { setClassName("AnglePotential"); }
18 
19  /*
20  * Destructor.
21  */
23  {}
24 
25 }
virtual ~AnglePotential()
Destructor (does nothing)
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
void setClassName(const char *className)
Set class name string.