X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FFDM%2FLaRCsim%2Fls_geodesy.c;h=e9bf47208ddccc19476bf6034a0b6c25a5a8482f;hb=0114fd962e7450b080e580fe67414ca43cd99bd7;hp=4d8fde96cc3529a6bf1dcc85a5bed9e0ae7c9dbb;hpb=7cc98ad15f7295cc3665abe6a0d419bf84ada3ac;p=flightgear.git diff --git a/src/FDM/LaRCsim/ls_geodesy.c b/src/FDM/LaRCsim/ls_geodesy.c index 4d8fde96c..e9bf47208 100644 --- a/src/FDM/LaRCsim/ls_geodesy.c +++ b/src/FDM/LaRCsim/ls_geodesy.c @@ -40,6 +40,12 @@ $Header$ $Log$ +Revision 1.1 2002/09/10 01:14:02 curt +Initial revision + +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 +84,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