]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_init.cpp
Improve timing statistics
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_init.cpp
index c6e1c14d3ea0d1048079dacf6e51e2c8535bf46b..e59971e05c21fd762e44a97f56453263a872f3f8 100644 (file)
@@ -19,6 +19,7 @@
  HISTORY:      04/08/2000   initial release
                06/18/2001   (RD) Added Alpha, Beta, U_body
                            V_body, and W_body.
+               08/20/2003   (RD) Removed old_flap_routine
 
 ----------------------------------------------------------------------
  
  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_init.h"
@@ -97,6 +97,7 @@ void uiuc_map_init()
   init_map["dyn_on_speed_zero"]   =      dyn_on_speed_zero_flag     ;
   init_map["use_dyn_on_speed_curve1"] =  use_dyn_on_speed_curve1_flag;
   init_map["use_Alpha_dot_on_speed"]  =  use_Alpha_dot_on_speed_flag;
+  init_map["use_gamma_horiz_on_speed"]  =  use_gamma_horiz_on_speed_flag;
   init_map["downwashMode"]        =      downwashMode_flag          ;
   init_map["downwashCoef"]        =      downwashCoef_flag          ;
   init_map["Alpha"]               =      Alpha_flag                 ;
@@ -104,10 +105,9 @@ void uiuc_map_init()
   init_map["U_body"]              =      U_body_flag                ;
   init_map["V_body"]              =      V_body_flag                ;
   init_map["W_body"]              =      W_body_flag                ;
-  init_map["ignore_unknown"]      =      ignore_unknown_flag        ;
+  init_map["ignore_unknown_keywords"] = ignore_unknown_keywords_flag;
   init_map["trim_case_2"]         =      trim_case_2_flag           ;
   init_map["use_uiuc_network"]    =      use_uiuc_network_flag      ;
-  init_map["old_flap_routine"]    =      old_flap_routine_flag      ;
   init_map["icing_demo"]          =      icing_demo_flag            ;
   init_map["outside_control"]     =      outside_control_flag       ;
 }