]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/UIUCModel/uiuc_map_record1.cpp
Port over remaining Point3D usage to the more type and unit safe SG* classes.
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_record1.cpp
index 9d02585b6a657beb262f5268bf0c2081651b9344..515cb400f23836b99e6539f3f764bc9d7cc36339 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_record1.h"
@@ -110,6 +109,9 @@ void uiuc_map_record1()
   record_map["Phi"]               =      Phi_record                 ;
   record_map["Theta"]             =      Theta_record               ;
   record_map["Psi"]               =      Psi_record                 ;
+  record_map["Phi_deg"]           =      Phi_deg_record             ;
+  record_map["Theta_deg"]         =      Theta_deg_record           ;
+  record_map["Psi_deg"]           =      Psi_deg_record             ;
 
 
   /******************** Accelerations ********************/