]> git.mxchange.org Git - simgear.git/commitdiff
Declare specified functions, otherwise MIPSpro bails out.
authorehofman <ehofman>
Tue, 21 Feb 2006 09:48:33 +0000 (09:48 +0000)
committerehofman <ehofman>
Tue, 21 Feb 2006 09:48:33 +0000 (09:48 +0000)
simgear/math/SGGeoc.hxx
simgear/math/SGGeod.hxx

index 5b4f24cd7ab0954661fe63986f764e54abbf987a..72af480cf5952244c57637252f2f4d0262ba6e84 100644 (file)
@@ -34,6 +34,8 @@ public:
   /// Note that this conversion is relatively expensive to compute
   SGGeoc(const SGGeod& geod);
 
+  SGGeoc(const SGVec3<double>& cart);
+
   /// Factory from angular values in radians and radius in ft
   static SGGeoc fromRadFt(double lon, double lat, double radius);
   /// Factory from angular values in degrees and radius in ft
index 0a913257b2194fe88ee43a7c53509047ac8a7af4..63d0993558eaa4c474e4f51a2d1e1c4947530c88 100644 (file)
@@ -34,6 +34,8 @@ public:
   /// Note that this conversion is relatively expensive to compute
   SGGeod(const SGGeoc& geoc);
 
+  SGGeod(const SGVec3<double>& cart);
+
   /// Factory from angular values in radians and elevation is 0
   static SGGeod fromRad(double lon, double lat);
   /// Factory from angular values in degrees and elevation is 0