Skip to content
Snippets Groups Projects

ENH: Allow `Splinterpolator` instances to be created from an existing set of spline coefficients, and extend extrapolation options

Merged Paul McCarthy requested to merge enh/splinterpolator into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ include ${FSLCONFDIR}/default.mk
@@ -4,7 +4,7 @@ include ${FSLCONFDIR}/default.mk
PROJNAME = test-miscmaths
PROJNAME = test-miscmaths
TESTXFILES = test-miscmaths
TESTXFILES = test-miscmaths
USRINCFLAGS = -DMISCMATHS_TEST_DIRECTORY=\"$(realpath .)\"
USRINCFLAGS = -DMISCMATHS_TEST_DIRECTORY=\"$(realpath .)\"
LIBS = -lfsl-miscmaths -lfsl-NewNifti -lfsl-cprob
LIBS = -lfsl-miscmaths -lfsl-utils -lfsl-NewNifti -lfsl-cprob
# The test program can be run against
# The test program can be run against
# an in-source checkout, or against
# an in-source checkout, or against
Loading