]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/LaRCsim/ls_geodesy.c
Updates to the scenery loading infrastructure to make it more flexible,
[flightgear.git] / src / FDM / LaRCsim / ls_geodesy.c
index 4d8fde96cc3529a6bf1dcc85a5bed9e0ae7c9dbb..f167a2465ecf646cf88e1ba11f1e4040818a7022 100644 (file)
@@ -40,6 +40,9 @@
 
 $Header$
 $Log$
+Revision 1.3  2001/03/24 05:03:12  curt
+SG-ified logstream.
+
 Revision 1.2  2000/10/23 22:34:54  curt
 I tested:
 LaRCsim c172 on-ground and in-air starts, reset: all work
@@ -78,7 +81,7 @@ src/FDM/flight.hxx
 -- 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