1
0
Fork 0

Oops missed a couple things when I moved LaRCsim.cxx into src/FDM/LaRCsim/

This was masked because I didn't wipe src/FDM/libFlight.a and recreate it.
This commit is contained in:
curt 2003-05-20 11:29:06 +00:00
parent b07b7c8ad0
commit 676e4c8846
8 changed files with 21 additions and 18 deletions

View file

@ -26,11 +26,12 @@
#include STL_FSTREAM
#include STL_IOSTREAM
#include "IO360.hxx"
#include "LaRCsim/ls_constants.h"
#include <Main/fg_props.hxx>
#include "IO360.hxx"
#include "ls_constants.h"
//*************************************************************************************
// Initialise the engine model
void FGNewEngine::init(double dt) {

View file

@ -31,8 +31,6 @@
#include <Aircraft/aircraft.hxx>
#include <Controls/controls.hxx>
#include <FDM/flight.hxx>
#include <FDM/IO360.hxx>
#include <FDM/LaRCsimIC.hxx>
#include <FDM/UIUCModel/uiuc_aircraft.h>
#include <Main/fg_props.hxx>
#include <Model/acmodel.hxx>
@ -42,6 +40,8 @@
#include "ls_interface.h"
#include "ls_constants.h"
#include "IO360.hxx"
#include "LaRCsimIC.hxx"
#include "LaRCsim.hxx"

View file

@ -27,9 +27,10 @@
#define _LARCSIM_HXX
#include <FDM/IO360.hxx>
#include <FDM/flight.hxx>
#include <FDM/LaRCsimIC.hxx>
#include "IO360.hxx"
#include "LaRCsimIC.hxx"
class FGLaRCsim: public FGInterface {

View file

@ -30,13 +30,14 @@
#include <math.h>
#include STL_IOSTREAM
#include "FDM/LaRCsimIC.hxx"
#include <FDM/LaRCsim/ls_cockpit.h>
#include <FDM/LaRCsim/ls_generic.h>
#include <FDM/LaRCsim/ls_interface.h>
#include <FDM/LaRCsim/atmos_62.h>
#include <FDM/LaRCsim/ls_constants.h>
#include <FDM/LaRCsim/ls_geodesy.h>
#include "ls_cockpit.h"
#include "ls_generic.h"
#include "ls_interface.h"
#include "atmos_62.h"
#include "ls_constants.h"
#include "ls_geodesy.h"
#include "LaRCsimIC.hxx"
SG_USING_STD(cout);
SG_USING_STD(endl);

View file

@ -32,8 +32,8 @@ INCLUDES
#include <plib/sg.h>
#include <FDM/LaRCsim/ls_constants.h>
#include <FDM/LaRCsim/ls_types.h>
#include "ls_constants.h"
#include "ls_types.h"
/*******************************************************************************
CLASS DECLARATION

View file

@ -17,6 +17,8 @@ noinst_LIBRARIES = libLaRCsim.a
libLaRCsim_a_SOURCES = \
LaRCsim.cxx LaRCsim.hxx \
LaRCsimIC.cxx LaRCsimIC.hxx \
IO360.cxx IO360.hxx \
atmos_62.c atmos_62.h \
default_model_routines.c default_model_routines.h \
ls_accel.c ls_accel.h \

View file

@ -6,8 +6,6 @@ libFlight_a_SOURCES = \
ADA.cxx ADA.hxx \
Balloon.cxx Balloon.h \
flight.cxx flight.hxx \
IO360.cxx IO360.hxx \
LaRCsimIC.cxx LaRCsimIC.hxx \
MagicCarpet.cxx MagicCarpet.hxx \
UFO.cxx UFO.hxx \
NullFDM.cxx NullFDM.hxx