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