Skip to content

Commit ff0965c

Browse files
Remove unnecessary use of mSLog->flush()
Signed-off-by: Georgii Tishenin <georgii.tishenin@eonerc.rwth-aachen.de>
1 parent 2899c09 commit ff0965c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

dpsim-models/src/EMT/EMT_Ph1_SSN_Full_Serial_RLC.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ void EMT::Ph1::SSN::Full_Serial_RLC::mnaCompApplyRightSideVectorStamp(
144144
SPDLOG_LOGGER_DEBUG(
145145
mSLog, "\nHistory current term (mnaCompApplyRightSideVectorStamp): {:s}",
146146
Logger::matrixToString(mYHistory));
147-
mSLog->flush();
148147
}
149148

150149
void EMT::Ph1::SSN::Full_Serial_RLC::mnaCompAddPreStepDependencies(
@@ -195,7 +194,6 @@ void EMT::Ph1::SSN::Full_Serial_RLC::mnaCompUpdateVoltage(
195194
}
196195
SPDLOG_LOGGER_DEBUG(mSLog, "\nUpdate Voltage: {:s}",
197196
Logger::matrixToString(**mIntfVoltage));
198-
mSLog->flush();
199197
}
200198

201199
void EMT::Ph1::SSN::Full_Serial_RLC::mnaCompUpdateCurrent(
@@ -204,7 +202,6 @@ void EMT::Ph1::SSN::Full_Serial_RLC::mnaCompUpdateCurrent(
204202

205203
SPDLOG_LOGGER_DEBUG(mSLog, "\nUpdate Current: {:s}",
206204
Logger::matrixToString(**mIntfCurrent));
207-
mSLog->flush();
208205
}
209206

210207
void EMT::Ph1::SSN::Full_Serial_RLC::setParameters(Real resistance,

0 commit comments

Comments
 (0)