Hi, everyone. Sorry I’ve been out of the loop lately. I have a specific model that is not building/compiling properly for Dopri or Radau. It works for Vode, however. Attached is the model of interest. Any help would be welcome!
Cool. I wish there was an easier way to help the user catch those instances. Anyway, hopefully you can take a look at some of the recent pycont questions for us, please!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, everyone. Sorry I’ve been out of the loop lately. I have a specific model that is not building/compiling properly for Dopri or Radau. It works for Vode, however. Attached is the model of interest. Any help would be welcome!
...dop853_temp//RH_J_vf.c:116: error: conflicting types for 'sinf' .../dop853_temp/RH_J_vf.c:330: error: conflicting types for 'sinf'
You have some kind of type conversion issue or multiple definitions for the function?
Got it. Forgot that I can check the build.log. :/ Yep, sinf was already defined in math.h. Renamed and all is good.
Thanks, Rob!
Cool. I wish there was an easier way to help the user catch those instances. Anyway, hopefully you can take a look at some of the recent pycont questions for us, please!