Skip to content

Commit

Permalink
Update BaseBinaryStar.h
Browse files Browse the repository at this point in the history
am empheral -> an ephemeral
  • Loading branch information
ilyamandel authored Apr 20, 2024
1 parent 021715c commit 4efb884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseBinaryStar.h
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class BaseBinaryStar {

bool PrintSwitchLog(const bool p_PrimarySwitching) { // print to the switch log file
return OPTIONS->SwitchLog() ? // switch logging enabled?
(LOGGING->ObjectSwitchingPersistence() == OBJECT_PERSISTENCE::PERMANENT ? // yes, logging enabled - is this a 'permanent' object (i.e. not am ephemeral clone)?
(LOGGING->ObjectSwitchingPersistence() == OBJECT_PERSISTENCE::PERMANENT ? // yes, logging enabled - is this a 'permanent' object (i.e. not an ephemeral clone)?
LOGGING->LogBSESwitchLog(this, p_PrimarySwitching) : // yes, permanent - log it
true // no, ephemeral - ignore the log request
) :
Expand Down

0 comments on commit 4efb884

Please sign in to comment.