Simpatico  v1.10
AngleStorage.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 "AngleStorage.h"
9 #include "GroupStorage.tpp"
10 #include <ddMd/chemistry/Angle.h>
11 
12 namespace DdMd
13 {
14 
15  /*
16  * Constructor
17  */
19  { setClassName("AngleStorage"); }
20 
21  /*
22  * Read parameters and allocate memory.
23  */
24  void AngleStorage::readParameters(std::istream& in)
25  {
27  }
28 
29 }
virtual void readParameters(std::istream &in)
Read parameters, allocate memory and initialize.
AngleStorage()
Constructor.
Parallel domain decomposition (DD) MD simulation.
void setClassName(const char *className)
Set class name string.
virtual void readParameters(std::istream &in)
Read parameters, allocate memory and initialize.