Simpatico  v1.10
mcMd/potentials/bond/BondPotential.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 <mcMd/potentials/bond/BondPotential.h>
9 
10 namespace McMd
11 {
12 
17  : ParamComposite()
18  { setClassName("BondPotential"); }
19 
24  {}
25 
26 }
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
void setClassName(const char *className)
Set class name string.
An object that can read multiple parameters from file.
virtual ~BondPotential()
Destructor (does nothing)