Added a new "newbucket.[ch]xx" FGBucket class to replace the old
fgBUCKET struct and C routines. This FGBucket class adjusts the tile width towards the poles to ensure the tiles are at least 8 miles wide.
This commit is contained in:
+8
-1
@@ -1,5 +1,12 @@
|
||||
noinst_LIBRARIES = libBucket.a
|
||||
|
||||
libBucket_a_SOURCES = bucketutils.c bucketutils.h bucketutils.hxx
|
||||
libBucket_a_SOURCES = bucketutils.c bucketutils.h bucketutils.hxx \
|
||||
newbucket.cxx newbucket.hxx
|
||||
|
||||
bin_PROGRAMS = testbucket
|
||||
|
||||
testbucket_SOURCES = testbucket.cxx
|
||||
|
||||
testbucket_LDADD = $(top_builddir)/Lib/Bucket/libBucket.a
|
||||
|
||||
INCLUDES += -I$(top_builddir)
|
||||
|
||||
Reference in New Issue
Block a user