]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim/ls_interface.h
I forgot a linker dependency. It really si time to figure out why these are all needed.
[flightgear.git] / src / FDM / LaRCsim / ls_interface.h
index 4bb496e8817347aa326bcdf4496363238d7b2114..946ff76572a1faf8cf3417afad0bc4e2699ea656 100644 (file)
@@ -66,6 +66,12 @@ int ls_ForceAltitude(double alt_feet);
 
 
 // $Log$
+// Revision 1.1  2002/09/10 01:14:02  curt
+// Initial revision
+//
+// Revision 1.5  2001/03/24 05:03:12  curt
+// SG-ified logstream.
+//
 // Revision 1.4  2000/10/23 22:34:54  curt
 // I tested:
 // LaRCsim c172 on-ground and in-air starts, reset: all work
@@ -104,7 +110,7 @@ int ls_ForceAltitude(double alt_feet);
 // -- that small set is declared virtual, the default implementation
 // provided preserves the old behavior
 // -- all of the vector data members are now initialized.
-// -- added busdump() method -- FG_LOG's  all the bus data when called,
+// -- added busdump() method -- SG_LOG's  all the bus data when called,
 // useful for diagnostics.
 //
 // src/FDM/ADA.cxx