Stochastic Loading Module
configure.h
1 #ifndef _CONFIGURE_H_
2 #define _CONFIGURE_H_
3 
7 namespace config {
8 
13 void initialize();
14 
15 } // namespace config
16 
17 #endif // _CONFIGURE_H_
void initialize()
Definition: configure.cc:16