mv helios models to SIM_sun/models/Sun

This commit is contained in:
John M. Penn 2016-02-22 12:22:27 -06:00
parent fc79d7a36d
commit 486cc10784
17 changed files with 13 additions and 13 deletions

View File

@ -3,23 +3,23 @@ PURPOSE:
(This comment lists out the other object files that are not included from c++ headers)
LIBRARY DEPENDENCIES:
(
(helios/src/JD.c)
(helios/src/lh_coords.c)
(helios/src/sidereal.c)
(helios/src/sun_pos.c)
(helios/src/sun_pred_cyclic.c)
(helios/src/sun_pred_default_data.c)
(helios/src/sun_pred_fast_display.c)
(helios/src/sun_pred_init.c)
(helios/src/sun_pred_shutdown.c)
(helios/src/sun_pred_slow_display.c)
(Sun/src/JD.c)
(Sun/src/lh_coords.c)
(Sun/src/sidereal.c)
(Sun/src/sun_pos.c)
(Sun/src/sun_pred_cyclic.c)
(Sun/src/sun_pred_default_data.c)
(Sun/src/sun_pred_fast_display.c)
(Sun/src/sun_pred_init.c)
(Sun/src/sun_pred_shutdown.c)
(Sun/src/sun_pred_slow_display.c)
)
*************************************************************/
#include "sim_objects/default_trick_sys.sm"
##include "helios/include/sun_pred.h"
##include "Sun/include/sun_pred.h"
##include "sim_services/MemoryManager/include/wcs_ext.h"
//=============================================================================

View File

@ -1,4 +1,4 @@
TRICK_CFLAGS += -I${TRICK_HOME}/trick_models
TRICK_CXXFLAGS += -I${TRICK_HOME}/trick_models
TRICK_CFLAGS += -Imodels
TRICK_CXXFLAGS += -Imodels