Simpatico  v1.10
McPressureAverage.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 
9 #include "McPressureAverage.h" // class header
10 
11 namespace McMd
12 {
13 
14  /*
15  * Constructor.
16  */
18  : PressureAverage<McSystem>(system)
19  { setClassName("McPressureAverage"); }
20 
21  /*
22  * Destructor.
23  */
25  {}
26 
27 }
A System for use in a Markov chain Monte Carlo simulation.
Definition: McSystem.h:52
McPressureAverage(McSystem &system)
Constructor.
PressureAverage evaluates average pressure.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
void setClassName(const char *className)
Set class name string.