Simpatico  v1.10
ddMd/misc/initStatic.h
1 #ifndef DDMD_INIT_STATIC_H
2 #define DDMD_INIT_STATIC_H
3 
4 /*
5 * Simpatico - Simulation Package for Polymeric and Molecular Liquids
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 namespace DdMd
12 {
13 
17  void initStatic();
18 
19 }
20 #endif
Parallel domain decomposition (DD) MD simulation.
void initStatic()
Guarantee initialization of all static class members in DdMd namespace.