]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_Cm.cpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_Cm.cpp
index 4cb997a71627bbad9bae2055195850ce8e838f8d..8f8253419a85b8c63aede64d85bf6b808cbee748 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
+                           (Cmfxxf0)
+              11/12/2001   (RD) Added new variables needed for the non-
+                           linear Twin Otter model with flaps
+                           (Cmfxxf).  Zero flap vairables removed.
 
 ----------------------------------------------------------------------
  
  AUTHOR(S):    Bipin Sehgal       <bsehgal@uiuc.edu>
                Jeff Scott         <jscott@mail.com>
+              Robert Deters      <rdeters@uiuc.edu>
+
 ----------------------------------------------------------------------
  
  VARIABLES:
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.
+
  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
- USA or view http://www.gnu.org/copyleft/gpl.html.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+
 **********************************************************************/
 
 #include "uiuc_map_Cm.h"
@@ -78,10 +84,15 @@ void uiuc_map_Cm()
   Cm_map["Cm_b2"]                 =      Cm_b2_flag                 ;
   Cm_map["Cm_r"]                  =      Cm_r_flag                  ;
   Cm_map["Cm_df"]                 =      Cm_df_flag                 ;
+  Cm_map["Cm_ds"]                 =      Cm_ds_flag                 ;
+  Cm_map["Cm_dg"]                 =      Cm_dg_flag                 ;
   Cm_map["Cmfa"]                  =      Cmfa_flag                  ;
   Cm_map["Cmfade"]                =      Cmfade_flag                ;
   Cm_map["Cmfdf"]                 =      Cmfdf_flag                 ;
   Cm_map["Cmfadf"]                =      Cmfadf_flag                ;
+  Cm_map["Cmfabetaf"]             =      Cmfabetaf_flag             ;
+  Cm_map["Cmfadef"]               =      Cmfadef_flag               ;
+  Cm_map["Cmfaqf"]                =      Cmfaqf_flag                ;
 }
 
 // end uiuc_map_Cm.cpp