Skip to content

Commit

Permalink
using nanoflann instead of kdtree++ for kdtree-interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Dec 12, 2011
1 parent a78cee0 commit 70b4586
Show file tree
Hide file tree
Showing 22 changed files with 1,894 additions and 2,480 deletions.
7 changes: 4 additions & 3 deletions COPYING
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
This software comes bundled with libkdtree++-0.7.0, which has the
'Artistic License', see include/kdtree++/COPYING. Everything else is:

This software comes bundled with nanoflann 1.0.0 ( http://code.google.com/p/nanoflann/ ),
which has the 'BSD License', see include/nanoflann/COPYING.
Everything else is:


GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Expand Down
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -19352,7 +19352,7 @@ $as_echo "#define DO_NOT_CATCH_EXCEPTIONS_FROM_MAIN /**/" >>confdefs.h

ac_config_headers="$ac_config_headers config.h"

ac_config_files="$ac_config_files fimex.pc Doxyfile Makefile src/Makefile src/felt/Makefile src/binSrc/Makefile test/Makefile share/etc/Makefile include/Makefile include/fimex/Makefile include/fimex/coordSys/Makefile include/felt/Makefile include/kdtree++/Makefile"
ac_config_files="$ac_config_files fimex.pc Doxyfile Makefile src/Makefile src/felt/Makefile src/binSrc/Makefile test/Makefile share/etc/Makefile include/Makefile include/fimex/Makefile include/fimex/coordSys/Makefile include/felt/Makefile include/nanoflann/Makefile"

ac_config_files="$ac_config_files test/testVerticalInterpolator.sh"

Expand Down Expand Up @@ -20464,7 +20464,7 @@ do
"include/fimex/Makefile") CONFIG_FILES="$CONFIG_FILES include/fimex/Makefile" ;;
"include/fimex/coordSys/Makefile") CONFIG_FILES="$CONFIG_FILES include/fimex/coordSys/Makefile" ;;
"include/felt/Makefile") CONFIG_FILES="$CONFIG_FILES include/felt/Makefile" ;;
"include/kdtree++/Makefile") CONFIG_FILES="$CONFIG_FILES include/kdtree++/Makefile" ;;
"include/nanoflann/Makefile") CONFIG_FILES="$CONFIG_FILES include/nanoflann/Makefile" ;;
"test/testVerticalInterpolator.sh") CONFIG_FILES="$CONFIG_FILES test/testVerticalInterpolator.sh" ;;
"test/testVerticalInterpolator2.sh") CONFIG_FILES="$CONFIG_FILES test/testVerticalInterpolator2.sh" ;;
"test/testVerticalInterpolatorHeight.sh") CONFIG_FILES="$CONFIG_FILES test/testVerticalInterpolatorHeight.sh" ;;
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ AC_CONFIG_FILES([fimex.pc
include/fimex/Makefile
include/fimex/coordSys/Makefile
include/felt/Makefile
include/kdtree++/Makefile])
include/nanoflann/Makefile])
AC_CONFIG_FILES([test/testVerticalInterpolator.sh],[chmod +x test/testVerticalInterpolator.sh])
AC_CONFIG_FILES([test/testVerticalInterpolator2.sh],[chmod +x test/testVerticalInterpolator2.sh])
AC_CONFIG_FILES([test/testVerticalInterpolatorHeight.sh],[chmod +x test/testVerticalInterpolatorHeight.sh])
Expand Down
2 changes: 1 addition & 1 deletion include/Makefile.am
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SUBDIRS = fimex kdtree++ felt
SUBDIRS = fimex nanoflann felt
2 changes: 1 addition & 1 deletion include/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ target_alias = @target_alias@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = fimex kdtree++ felt
SUBDIRS = fimex nanoflann felt
all: all-recursive

.SUFFIXES:
Expand Down
3 changes: 0 additions & 3 deletions include/kdtree++/AUTHORS

This file was deleted.

176 changes: 0 additions & 176 deletions include/kdtree++/COPYING

This file was deleted.

2 changes: 0 additions & 2 deletions include/kdtree++/Makefile.am

This file was deleted.

32 changes: 0 additions & 32 deletions include/kdtree++/NEWS

This file was deleted.

2 changes: 0 additions & 2 deletions include/kdtree++/README

This file was deleted.

96 changes: 0 additions & 96 deletions include/kdtree++/allocator.hpp

This file was deleted.

Loading

0 comments on commit 70b4586

Please sign in to comment.