Issue solved.
The error occurs when NaNs appear in u and v.
Smoothing u and v, for example, allows the NaNs as if "rubbed out".
So the LIC calculation works!
On Wednesday, November 8, 2023 at 8:04:53 PM UTC+1 Jérôme Laurent wrote:
I have the same problem compiling the fastLICfunction.c function. After executing the command to compile, the file fastLICFunction.mexw64 is well generated as usually, but causes an error during the run of the type "Access violation detected".
Compiling is also managed via gcc or MINGW64. Do you have any compilation options?