| 
    Molecular Dynamics Simulation
    1.0
    
   | 
 
#include "IntegrationMethods.h"#include "integration/methods/VerletFunctor.h"#include "io/logger/Logger.h"
Go to the source code of this file.
Functions | |
| std::unique_ptr< IntegrationFunctor > | get_integration_functor (IntegrationMethod method) | 
| Returns the corresponding integration functor for the given integration method.  More... | |
| std::unique_ptr<IntegrationFunctor> get_integration_functor | ( | IntegrationMethod | method | ) | 
Returns the corresponding integration functor for the given integration method.
| method | Integration method to get the functor for | 
Definition at line 6 of file IntegrationMethods.cpp.