Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We have found a minor bug in the HSL_MC68 C header that we have been shipping to date, that is the
control.min_l_workspace
parameter had the wrong type in the C header. This has now been corrected so that it has integer type as is the case in the rest of the C interface and the Fortran code. Please see the HSL_MC68 changelog:https://www.hsl.rl.ac.uk/catalogue/hsl_mc68.html
I can only assume that this optional parameter was not used as we would expect the mismatch in structs on the C and Fortran side to cause mangling of members in the C control struct (this is a major weakness of Fortran ISO C interfacing).