]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_CD.cpp
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_CD.cpp
index e7d427c6af9af00e43f3e26bee5297c4b663723d..acd13a2c12e84e41c3beac7913dfee1d07ccd06e 100644 (file)
 ----------------------------------------------------------------------
  
  HISTORY:      04/08/2000   initial release
+               10/25/2001   (RD) Added new variables needed for the non-
+                           linear Twin Otter model at zero flaps
+                           (CXfxxf0)
+              11/12/2001   (RD) Added new variables needed for the non-
+                           linear Twin Otter model with flaps
+                           (CXfxxf).  Zero flap vairables removed.
 
 ----------------------------------------------------------------------
  
  AUTHOR(S):    Bipin Sehgal       <bsehgal@uiuc.edu>
                Jeff Scott         <jscott@mail.com>
+              Robert Deters      <rdeters@uiuc.edu>
+
 ----------------------------------------------------------------------
  
  VARIABLES:
@@ -91,6 +98,9 @@ void uiuc_map_CD()
   CD_map["CX_dr"]                 =      CX_dr_flag                 ;
   CD_map["CX_df"]                 =      CX_df_flag                 ;
   CD_map["CX_adf"]                =      CX_adf_flag                ;
+  CD_map["CXfabetaf"]             =      CXfabetaf_flag             ;
+  CD_map["CXfadef"]               =      CXfadef_flag               ;
+  CD_map["CXfaqf"]                =      CXfaqf_flag                ;
 }
 
 // end uiuc_map_CD.cpp