#ifndef MidpointIntegrator_wrapper_H #define MidpointIntegrator_wrapper_H extern "C" { /** Construct and return a MidpointIntegrator instance as a pointer to a CCA component. */ gov::cca::Component * create_MidpointIntegrator (); #define MIDPOINTINTEGRATOR_ALIAS "MidpointIntegrator" }; #endif // __MidpointIntegrator_wrapper_h