DlangScience / scid

Scientific library for the D programming language
Boost Software License 1.0
90 stars 31 forks source link

scid.nonlinear.findRoot() fails when user function does not take buffer #27

Closed kyllingstad closed 8 years ago

kyllingstad commented 8 years ago

...because in that case, the return value of the function is never actually used. See line 102 of nonlinear.d.

kyllingstad commented 8 years ago

Fixed: d42153997a0d2bbf00a47b0c73b3ef7cad70526a