From: Eric F. <efe...@ph...> - 2008-10-03 10:04:52
|
Hi, I have found the cause of the problem I reported initially, and I am ashamed: it was a simple programming error from me. I redeclared the cvodeSettings_t* variable in the constructor, therefore in other functions, it was out of scope and the settings pointer of the class was still null... This happens when working late :) Regards, Eric |