Skip to content

[Julia API] Move the error code check just below the ccall.

Fredrik Ekre requested to merge fe/jl_error_check into master

Move the error code check just below the ccall. Seems safer to check before post-processing the data.

Merge request reports