]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_mass.cpp
Fix for bug 1304 - crash loading XML route
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_mass.cpp
index 5aa25c578a985d707cbad7c3a09786ab8ba62400..17208a7ed3cb95b068a66ae43a66914e34ca5870 100644 (file)
  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_mass.h"
@@ -74,6 +73,14 @@ void uiuc_map_mass()
   mass_map["I_yy"]                =      I_yy_flag                  ;
   mass_map["I_zz"]                =      I_zz_flag                  ;
   mass_map["I_xz"]                =      I_xz_flag                  ;
+  mass_map["Mass_appMass_ratio"]  =      Mass_appMass_ratio_flag    ;
+  mass_map["I_xx_appMass_ratio"]  =      I_xx_appMass_ratio_flag    ;
+  mass_map["I_yy_appMass_ratio"]  =      I_yy_appMass_ratio_flag    ;
+  mass_map["I_zz_appMass_ratio"]  =      I_zz_appMass_ratio_flag    ;
+  mass_map["Mass_appMass"]        =      Mass_appMass_flag          ;
+  mass_map["I_xx_appMass"]        =      I_xx_appMass_flag          ;
+  mass_map["I_yy_appMass"]        =      I_yy_appMass_flag          ;
+  mass_map["I_zz_appMass"]        =      I_zz_appMass_flag          ;
 }
 
 // end uiuc_map_mass.cpp