Scine::Sparrow  5.0.0
Library for fast and agile quantum chemical calculations with semiempirical methods.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
SparrowInitializer.h
Go to the documentation of this file.
1 
7 #ifndef SPARROW_SPARROWINITIALIZER_H
8 #define SPARROW_SPARROWINITIALIZER_H
9 
10 #include <string>
11 #include <vector>
12 
13 namespace Scine {
14 
15 namespace Core {
16 class ModuleManager;
17 }
18 
19 namespace Sparrow {
20 
28  public:
34  static void initialize();
35 };
36 
37 } // namespace Sparrow
38 } // namespace Scine
39 
40 #endif // SPARROW_SPARROWINITIALIZER_H
static void initialize()
Initializes the base (root of the installation/build), the resource and the lib directory (for the in...
Definition: SparrowInitializer.cpp:17
This class initializes the resource and base directories from the position of the program...
Definition: SparrowInitializer.h:27