Simpatico  v1.10
CvBias.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 "CvBias.h"
9 
10 namespace McMd
11 {
12 
13  using namespace Util;
14 
15  /*
16  * Default constructor.
17  */
19  {}
20 
21  /*
22  * Default destructor.
23  */
25  {}
26 
27 }
CvBias()
Constructor.
Definition: CvBias.cpp:18
Utility classes for scientific computation.
Definition: accumulators.mod:1
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
virtual ~CvBias()
Destructor.
Definition: CvBias.cpp:24