trick/test/SIM_dynamic_sim_object/S_define
Alex Lin 9ddc786ace Split test sims and fun sims into separate directories.
Moved most of the rest of the sims to test.

refs #191
2016-02-23 16:19:30 -06:00

25 lines
585 B
Plaintext

/************************TRICK HEADER*************************
PURPOSE:
(blah blah blah)
LIBRARY DEPENDENCIES:
(
)
*************************************************************/
#include "sim_objects/default_trick_sys.sm"
##include "sim_services/Integrator/include/integrator_c_intf.h"
class ballSimObject : public Trick::SimObject {
public:
/** Constructor to add the jobs */
ballSimObject() {
("integration") trick_ret = integrate() ;
}
} ;
// No instantiations made in this S_define file. They are made in the input file.