We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3bc04 commit 911bd03Copy full SHA for 911bd03
basecode/SetGet.h
@@ -298,7 +298,6 @@ class Field : public SetGet1<A> {
298
fullFieldName[3] = std::toupper(fullFieldName[3]);
299
300
const OpFunc* func = SetGet::checkSet(fullFieldName, tgt, fid);
301
- cout << dest << " func: " << func->rttiType() << endl;
302
const GetOpFuncBase<A>* gof =
303
dynamic_cast<const GetOpFuncBase<A>*>(func);
304
if (gof) {
ksolve/testKsolve.cpp
@@ -354,6 +354,7 @@ void testKsolve()
354
testSetupReac();
355
testBuildStoich();
356
testRunKsolve();
357
+ testRunKsolveWithLSODA();
358
testRunGsolve();
359
testFuncTerm();
360
}
0 commit comments