1 /**********************************************************************
3 FILENAME: uiuc_map_Cm.cpp
5 ----------------------------------------------------------------------
7 DESCRIPTION: initializes the Cm map
9 ----------------------------------------------------------------------
13 ----------------------------------------------------------------------
17 ----------------------------------------------------------------------
19 HISTORY: 04/08/2000 initial release
20 10/25/2001 (RD) Added new variables needed for the non-
21 linear Twin Otter model at zero flaps
23 11/12/2001 (RD) Added new variables needed for the non-
24 linear Twin Otter model with flaps
25 (Cmfxxf). Zero flap vairables removed.
27 ----------------------------------------------------------------------
29 AUTHOR(S): Bipin Sehgal <bsehgal@uiuc.edu>
30 Jeff Scott <jscott@mail.com>
31 Robert Deters <rdeters@uiuc.edu>
33 ----------------------------------------------------------------------
37 ----------------------------------------------------------------------
41 ----------------------------------------------------------------------
45 ----------------------------------------------------------------------
47 CALLED BY: uiuc_initializemaps.cpp
49 ----------------------------------------------------------------------
53 ----------------------------------------------------------------------
55 COPYRIGHT: (C) 2000 by Michael Selig
57 This program is free software; you can redistribute it and/or
58 modify it under the terms of the GNU General Public License
59 as published by the Free Software Foundation.
61 This program is distributed in the hope that it will be useful,
62 but WITHOUT ANY WARRANTY; without even the implied warranty of
63 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
64 GNU General Public License for more details.
66 You should have received a copy of the GNU General Public License
67 along with this program; if not, write to the Free Software
68 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
69 USA or view http://www.gnu.org/copyleft/gpl.html.
71 **********************************************************************/
73 #include "uiuc_map_Cm.h"
78 Cm_map["Cmo"] = Cmo_flag ;
79 Cm_map["Cm_a"] = Cm_a_flag ;
80 Cm_map["Cm_a2"] = Cm_a2_flag ;
81 Cm_map["Cm_adot"] = Cm_adot_flag ;
82 Cm_map["Cm_q"] = Cm_q_flag ;
83 Cm_map["Cm_ih"] = Cm_ih_flag ;
84 Cm_map["Cm_de"] = Cm_de_flag ;
85 Cm_map["Cm_b2"] = Cm_b2_flag ;
86 Cm_map["Cm_r"] = Cm_r_flag ;
87 Cm_map["Cm_df"] = Cm_df_flag ;
88 Cm_map["Cm_ds"] = Cm_ds_flag ;
89 Cm_map["Cm_dg"] = Cm_dg_flag ;
90 Cm_map["Cmfa"] = Cmfa_flag ;
91 Cm_map["Cmfade"] = Cmfade_flag ;
92 Cm_map["Cmfdf"] = Cmfdf_flag ;
93 Cm_map["Cmfadf"] = Cmfadf_flag ;
94 Cm_map["Cmfabetaf"] = Cmfabetaf_flag ;
95 Cm_map["Cmfadef"] = Cmfadef_flag ;
96 Cm_map["Cmfaqf"] = Cmfaqf_flag ;
99 // end uiuc_map_Cm.cpp