]> 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 9548764bfbea8a7e9bad778d59a6a7753eb04382..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"
@@ -108,7 +108,6 @@ void uiuc_map_init()
   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       ;
 }