Skip to content

Commit

Permalink
removed random messgae
Browse files Browse the repository at this point in the history
  • Loading branch information
devyeshtandon committed Aug 19, 2016
1 parent 0feba7c commit 8e00581
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion module-FMU.cc
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ ModuleFMU::AssRes(SubVectorHandler& WorkVec,
//Set WorkVec with the difference in the XPrimCurr - FMUDerivative
for (int i=1; i<=numOfContinousStates; i++){
WorkVec.PutCoef(i, (stateDerivatives[i-1] - XPrimeCurr(i + iFirstIndex)));
silent_cout("OOOOOOOOO"<<(stateDerivatives[i-1] - XPrimeCurr(i + iFirstIndex)));
}
}

Expand Down

0 comments on commit 8e00581

Please sign in to comment.