]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_record5.cpp
Fix for bug 1304 - crash loading XML route
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_record5.cpp
index 197877f5a082d77047093104a4575d4b72361552..34b814a3044adc5b08d29436f4adfb62d9cb3942 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_record5.h"
@@ -116,10 +115,15 @@ void uiuc_map_record5()
   record_map["M_m_gear"]          =      M_m_gear_record            ;
   record_map["M_n_gear"]          =      M_n_gear_record            ;
 
-  // total moments
+  // total moments about reference point
   record_map["M_l_rp"]            =      M_l_rp_record              ;
   record_map["M_m_rp"]            =      M_m_rp_record              ;
   record_map["M_n_rp"]            =      M_n_rp_record              ;
+
+  // total moments about cg
+  record_map["M_l_cg"]            =      M_l_cg_record              ;
+  record_map["M_m_cg"]            =      M_m_cg_record              ;
+  record_map["M_n_cg"]            =      M_n_cg_record              ;
   
   /***********************Flapper Data********************/
   record_map["flapper_freq"]       =      flapper_freq_record        ;
@@ -140,6 +144,11 @@ void uiuc_map_record5()
   record_map["debug5"]             =       debug5_record              ;
   record_map["debug6"]             =       debug6_record              ;
 
+  record_map["debug7"]             =       debug7_record              ;
+  record_map["debug8"]             =       debug8_record              ;
+  record_map["debug9"]             =       debug9_record              ;
+  record_map["debug10"]            =       debug10_record             ;
+
   /******************** Misc data **********************************/
   record_map["V_down_fpm"]         =       V_down_fpm_record          ;
   record_map["eta_q"]              =       eta_q_record               ;