Multidimensional linear interpolation with modern Fortran
Can be used to perform multidimensional (1D–6D) linear interpolation of data on a regular grid. The code is written in modern Fortran (2003/2008) and is object-oriented and thread-safe.
Can be used to perform multidimensional (1D–6D) linear interpolation of data on a regular grid. The code is written in modern Fortran (2003/2008) and is object-oriented and thread-safe.
To install finterp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install finterp
To see what files were installed by finterp, run:
port contents finterp
To later upgrade finterp, run:
sudo port selfupdate && sudo port upgrade finterp
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.