Currently, there are separate interpolation routine calls for interpol0, interpol1, interpol2to3, interpol4, and interpol5to10. Create a Fortran interface, interpol that will call the correct version.
The purpose of this work is to facilitate replacing this code with an ML dropin replacement.
Currently, there are separate interpolation routine calls for
interpol0,interpol1,interpol2to3,interpol4, andinterpol5to10. Create a Fortraninterface,interpolthat will call the correct version.The purpose of this work is to facilitate replacing this code with an ML dropin replacement.