bendudson / BOUT

NOTE: BOUT++ now at https://github.com/boutproject/BOUT-dev
GNU Lesser General Public License v3.0
24 stars 34 forks source link

IDA solver doesn't compile #12

Closed seanfarley closed 14 years ago

seanfarley commented 14 years ago

There is a weird (*func) at two places in IdaSolver that breaks the compile

bendudson commented 14 years ago

Updated rhs calls in ida solver. This closed by 61cba573c825be3845228a3615efdb6a3fe6ccc7

Calls to (*func)(simtime) were calling the physics RHS function. These are replaced by calls to Solver::run_rhs(simtime)