C API Documentation
IntegratorRegistration.h
Go to the documentation of this file.
1 // == PREAMBLE ================================================
2 
3 // * Licensed under the Apache License, Version 2.0; see README
4 
5 // == FILEDOC =================================================
6 
14 #ifndef RR_INTEGRATOR_REGISTRATION_H_
15 #define RR_INTEGRATOR_REGISTRATION_H_
16 
17 // == INCLUDES ================================================
18 
19 // == CODE ====================================================
20 
21 namespace rr
22 {
23 
29  public:
36  static void Register();
37  };
38 
39 }
40 
41 #endif /* RR_INTEGRATOR_REGISTRATION_H_ */
Registers all integrators at startup via IntegratorRegistrationMgr::Register.
Definition: IntegratorRegistration.h:28
static void Register()
Registers all integrators at startup.