Skip to content

Commit

Permalink
fix: make MNASolver also start initLeftVectorLog and initRightVectorLog
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Eiling <[email protected]>
  • Loading branch information
n-eiling committed Jan 22, 2025
1 parent 500de27 commit f6054a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dpsim/src/MNASolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,10 @@ void MnaSolver<VarType>::steadyStateInitialization() {

DataLogger initLeftVectorLog(mName + "_InitLeftVector",
mLogLevel != CPS::Logger::Level::off);
initLeftVectorLog.start();
DataLogger initRightVectorLog(mName + "_InitRightVector",
mLogLevel != CPS::Logger::Level::off);
initRightVectorLog.start();

TopologicalPowerComp::Behaviour initBehaviourPowerComps =
TopologicalPowerComp::Behaviour::Initialization;
Expand Down

0 comments on commit f6054a9

Please sign in to comment.