Skip to content
  • Liam Healy's avatar
    Redeclare foreign-allocated variables called by reference · 9848c6ad
    Liam Healy authored
    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.
    9848c6ad