X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FUIUCModel%2Fuiuc_wrapper.cpp;h=fd3fcf8ea4dda17acb42bde5c793394b216a7cf7;hb=dc04fc2294d13e197971a2239ce0794b6a33e5b7;hp=47897560e644e1d9e919b437116e4b4c866dc62b;hpb=0bce31ae9a80c571b9126427c093b8dc3d3f6820;p=flightgear.git diff --git a/src/FDM/UIUCModel/uiuc_wrapper.cpp b/src/FDM/UIUCModel/uiuc_wrapper.cpp index 47897560e..fd3fcf8ea 100644 --- a/src/FDM/UIUCModel/uiuc_wrapper.cpp +++ b/src/FDM/UIUCModel/uiuc_wrapper.cpp @@ -20,13 +20,13 @@ HISTORY: 01/26/2000 initial release 03/09/2001 (DPM) added support for gear 06/18/2001 (RD) Made uiuc_recorder its own routine. - 07/19/2001 (RD) Added uiuc_vel_init() to initialize - the velocities. - 08/27/2001 (RD) Added uiuc_initial_init() to help - in starting an A/C at an initial condition - 02/24/2002 (GD) Added uiuc_network_routine() - 03/27/2002 (RD) Changed how forces are calculated when - body-axis is used + 07/19/2001 (RD) Added uiuc_vel_init() to initialize + the velocities. + 08/27/2001 (RD) Added uiuc_initial_init() to help + in starting an A/C at an initial condition + 02/24/2002 (GD) Added uiuc_network_routine() + 03/27/2002 (RD) Changed how forces are calculated when + body-axis is used 12/11/2002 (RD) Divided uiuc_network_routine into uiuc_network_recv_routine and uiuc_network_send_routine @@ -36,7 +36,7 @@ AUTHOR(S): Bipin Sehgal Robert Deters - Glen Dimock + Glen Dimock David Megginson ---------------------------------------------------------------------- @@ -319,8 +319,7 @@ void uiuc_init_aeromodel () { // Initializes the UIUC aircraft model. // Called once from uiuc_init_2_wrapper - SGPath path(globals->get_fg_root()); - path.append(fgGetString("/sim/aircraft-dir")); + SGPath path(fgGetString("/sim/aircraft-dir")); path.append("aircraft.dat"); std::cout << "We are using "<< path.str() << std::endl; uiuc_initializemaps(); // Initialize the maps