Skip to content

Commit

Permalink
change to a forked repository
Browse files Browse the repository at this point in the history
in the original object-oriented version, the set_extrap_flag() routine was private to the bspline class; this was changed to public to allow the evaluate method to extrapolate.
  • Loading branch information
marcdegraef committed Nov 26, 2024
1 parent 21bc617 commit cf42f4e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion projects/bspline-fortran.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ set(extProjectName "BSPLINEFORTRAN")

#------------------------------------------------------------------------------
set(BSPLINEFORTRAN_VERSION "7.4.0")
set(GIT_REPOSITORY_URL "https://github.com/jacobwilliams/bspline-fortran")
# we pull from a forked repository since a change was made to make the
# set_extrap_flag routine public in the object oriented version of the package...
set(GIT_REPOSITORY_URL "https://github.com/marcdegraef/bspline-fortran")

message(STATUS "Building: ${extProjectName} ${BSPLINEFORTRAN_VERSION}: -DBUILD_BSPLINEFORTRAN=${BUILD_BSPLINEFORTRAN}" )

Expand Down

0 comments on commit cf42f4e

Please sign in to comment.