#ifndef MonteCarloIntegrator_wrapper_H #define MonteCarloIntegrator_wrapper_H extern "C" { /** Construct and return a MonteCarloIntegrator instance as a pointer to a CCA component. */ gov::cca::Component * create_MonteCarloIntegrator (); #define MONTECARLOINTEGRATOR_ALIAS "MonteCarloIntegrator" }; #endif // __MonteCarloIntegrator_wrapper_h