X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=DEM%2Fdem.hxx;h=1b24b6a29d08326e5e47c292951beb11b44c72fb;hb=24c9bdb71338f399c554953629dbbfab3af2bb1c;hp=de96a3700d871c4a485ed7ac0116ed84ea19bad7;hpb=621b7a117bf2a4620ffb62c27f567b5de5702012;p=flightgear.git diff --git a/DEM/dem.hxx b/DEM/dem.hxx index de96a3700..1b24b6a29 100644 --- a/DEM/dem.hxx +++ b/DEM/dem.hxx @@ -90,7 +90,7 @@ class fgDEM { double next_double(); // return next exponential num from input stream - int next_exp(); + double next_exp(); public: @@ -145,6 +145,9 @@ public: // $Log$ +// Revision 1.9 1998/10/16 19:08:14 curt +// Portability updates from Bernie Bright. +// // Revision 1.8 1998/09/19 17:59:46 curt // Use c++ streams (fg_gzifstream). Also converted many character arrays to // the string class.