GENIE
init.h
Go to the documentation of this file.
1 #ifndef GENIE_INTERFACE_INIT_H_
2 #define GENIE_INTERFACE_INIT_H_
3 
5 
6 namespace genie {
7 namespace utility {
8 
9 void Init(genie::Config& config);
10 
11 } // namespace utility
12 } // namesapce genie
13 
14 #endif
This is the top-level namespace of the project.
void Init(genie::Config &config)
Definition: init.cu:7
Config class holds all user configurable settings of GENIE.
Definition: config.h:20