ralna / CUTEst

The Constrained and Unconstrained Testing Environment with safe threads (CUTEst) for optimization software
Other
83 stars 18 forks source link

Fix constness of some logical "intent in" parameters in C header #5

Closed mjacobse closed 5 years ago

mjacobse commented 5 years ago

Some parameters in the C header seem to be missing the const attribute, as they are INTENT(IN) in Fortran.

nimgould commented 5 years ago

Good catch. Thank you