]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_CY.cpp
Updated to match changes in radiostack.[ch]xx
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_CY.cpp
index 6664e2fd6d0ce5e0056e2fdde29071bf9de181af..914e0763e695e5ecf855015a9eba93fafe7d0c31 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
+                           (CYfxxf0)
+              11/12/2001   (RD) Added new variables needed for the non-
+                           linear Twin Otter model with flaps
+                           (CYfxxf).  Zero flap vairables removed.
 
 ----------------------------------------------------------------------
  
  AUTHOR(S):    Bipin Sehgal       <bsehgal@uiuc.edu>
                Jeff Scott         <jscott@mail.com>
+              Robert Deters      <rdeters@uiuc.edu>
  
 ----------------------------------------------------------------------
  
@@ -78,6 +85,11 @@ void uiuc_map_CY()
   CY_map["CY_bdot"]               =      CY_bdot_flag               ;
   CY_map["CYfada"]                =      CYfada_flag                ;
   CY_map["CYfbetadr"]             =      CYfbetadr_flag             ;
+  CY_map["CYfabetaf"]             =      CYfabetaf_flag             ;
+  CY_map["CYfadaf"]               =      CYfadaf_flag               ;
+  CY_map["CYfadrf"]               =      CYfadrf_flag               ;
+  CY_map["CYfapf"]                =      CYfapf_flag                ;
+  CY_map["CYfarf"]                =      CYfarf_flag                ;
 }
 
 // end uiuc_map_CY.cpp