#ifndef ParallelIntegrator_wrapper_H #define ParallelIntegrator_wrapper_H extern "C" { /** Construct and return a ParallelIntegrator instance as a pointer to a CCA component. */ gov::cca::Component * create_ParallelIntegrator (); #define MIDPOINTINTEGRATOR_ALIAS "ParallelIntegrator" }; #endif // __ParallelIntegrator_wrapper_h