Skip to content

Commit 911bd03

Browse files
author
Dilawar Singh
committed
local changes.
1 parent 2f3bc04 commit 911bd03

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

basecode/SetGet.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ class Field : public SetGet1<A> {
298298
fullFieldName[3] = std::toupper(fullFieldName[3]);
299299

300300
const OpFunc* func = SetGet::checkSet(fullFieldName, tgt, fid);
301-
cout << dest << " func: " << func->rttiType() << endl;
302301
const GetOpFuncBase<A>* gof =
303302
dynamic_cast<const GetOpFuncBase<A>*>(func);
304303
if (gof) {

ksolve/testKsolve.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ void testKsolve()
354354
testSetupReac();
355355
testBuildStoich();
356356
testRunKsolve();
357+
testRunKsolveWithLSODA();
357358
testRunGsolve();
358359
testFuncTerm();
359360
}

0 commit comments

Comments
 (0)