1
0
Fork 0
Commit graph

13 commits

Author SHA1 Message Date
curt
5fe3a80ae3 Moved point interpolation and least squares fitting to contruction program
area.
Moved leastsqs.* to Lib/Math/
1999-03-13 17:40:36 +00:00
curt
453178e3d5 Added a routine to dump out the portion of the dem data covered by a
specified bucket.  Other changes related to needs of scenery tools overhaul.
1999-03-12 22:53:07 +00:00
curt
04b12c5c54 Tweaks to use newbucket.hxx 1999-03-11 23:31:56 +00:00
curt
3defec9ea5 Tweaks to go along with scenery tools overhaul.
Added a new constructor that accepts the file name.
1999-03-10 01:09:12 +00:00
curt
24c9bdb713 Portability updates from Bernie Bright. 1998-10-16 19:08:12 +00:00
curt
4b0aa0e3a6 Use c++ streams (fg_gzifstream). Also converted many character arrays to
the string class.
1998-09-19 17:59:45 +00:00
curt
4e4fbc2190 typedef'd struct fgBUCKET. 1998-07-04 00:47:18 +00:00
curt
317854534f Abort out early when reading the "A" record if it doesn't look like
a proper DEM file.
1998-06-05 18:14:39 +00:00
curt
18ae70b3b1 Fixed a bug in zlib usage. 1998-04-22 13:14:46 +00:00
curt
d365ac9aff Prepairing for C++ integration. 1998-04-21 17:03:41 +00:00
curt
7bc397dd65 Added zlib support. 1998-04-18 03:53:05 +00:00
curt
1f7da4f54e Used "new" to auto-allocate large DEM parsing arrays in class constructor. 1998-04-14 02:43:27 +00:00
curt
079b3ad13d Adopted Gnu automake/autoconf system. 1998-04-08 22:54:56 +00:00
Renamed from DEM/dem.h (Browse further)