|
From: Frederic B. <fre...@fr...> - 2006-02-21 10:05:18
|
> Modified Files: > .cvsignore SGGeoc.hxx SGGeod.hxx SGGeodesy.cxx SGGeodesy.hxx > Log Message: > Melchior FRANZ: ... > RCS file: /var/cvs/SimGear-0.3/SimGear/simgear/math/SGGeodesy.hxx,v > retrieving revision 1.2 > retrieving revision 1.3 > diff -C2 -r1.2 -r1.3 > *** SGGeodesy.hxx 20 Feb 2006 15:12:13 -0000 1.2 > --- SGGeodesy.hxx 21 Feb 2006 09:40:13 -0000 1.3 > *************** > *** 29,36 **** > public: > // Hard numbers from the WGS84 standard. > ! static const double EQURAD; > ! static const double iFLATTENING; > ! static const double SQUASH; > ! static const double STRETCH; > static const double POLRAD; > > --- 29,35 ---- > public: > // Hard numbers from the WGS84 standard. > ! // 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., 51 Franklin Street, Fifth Floor, Boston, MA > 02110-1301, USA. > static const double POLRAD; Melchior, it seems your FSF script has a flaw. It ditched lines of codes = and put that sentence in the middle of the class. -Fred |