Get rid of the real time clock sim objects #286

Removed the objects.
This commit is contained in:
Alex Lin 2016-08-19 09:59:07 -05:00
parent 60473dde03
commit c32b239472

View File

@ -55,7 +55,6 @@ a replacement SimObject will create an uncompilable sim.
##include "trick/memorymanager_c_intf.h"
##include "trick/RealtimeSync.hh"
##include "trick/GetTimeOfDayClock.hh"
##include "trick/BC635Clock.hh"
##include "trick/clock_proto.h"
##include "trick/ITimer.hh"
##include "trick/Integrator.hh"
@ -801,8 +800,4 @@ class UdUnitsSimObject : public Trick::SimObject {
UdUnitsSimObject trick_udunits;
#endif
// Include optional external clocks
#include "sim_objects/TPROClock.sm"
#include "sim_objects/BC635Clock.sm"
#endif