Skip to content
Snippets Groups Projects
Commit 9848c6ad authored by Liam Healy's avatar Liam Healy
Browse files

Redeclare foreign-allocated variables called by reference

Variables called using with-foreign-objects that are passed to GSL for
the purposes of returning computed values (i.e., are not mentioned in
the CL arglist) need to be declared (:pointer type) because they are
calls by reference.  Everything now compiles though there are
execution errors in the tests.
parent 0b3847ba
No related branches found
No related tags found
No related merge requests found
Showing
with 129 additions and 98 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment