Simpatico  v1.10
Boundary.h
1 #ifndef SIMP_BOUNDARY_H
2 #define SIMP_BOUNDARY_H
3 
4 /*
5 * Util Package - C++ Utilities for Scientific Computation
6 *
7 * Copyright 2010 - 2017, The Regents of the University of Minnesota
8 * Distributed under the terms of the GNU General Public License.
9 */
10 
11 #include "OrthorhombicBoundary.h"
12 
13 namespace Simp
14 {
15 
22 
23 }
24 #endif
An orthorhombic periodic unit cell.
Classes used by all simpatico molecular simulations.
OrthorhombicBoundary Boundary
Boundary is an alias for the periodic boundary condition class.
Definition: Boundary.h:21