parcels icon indicating copy to clipboard operation
parcels copied to clipboard

Refactoring of CField struct to include gridindexingtype and interp_method

Open erikvansebille opened this issue 5 months ago • 1 comments

Following #1612, where we need to provide the gridindexingtype on the CField struct for technical reasons, it makes sense to also use it throughout the rest of the C-code. Hence, this PR refactors the code to not require the gridindexingtype and interp_method when calling a Field evaluation in C, but get them from the CField itself

erikvansebille avatar Aug 29 '24 07:08 erikvansebille