Skip to content

Commit cc83918

Browse files
committed
MERGE: 00 seconds handled somewhere else
1 parent 7eeeb94 commit cc83918

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/time.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,8 @@ double Times::get_end() {
147147
// Get the current time as a string
148148
// -----------------------------------------------------------------------------
149149

150-
std::string Times::get_YMD_HMS(bool useSeconds) {
151-
if (useSeconds)
152-
return sYMD_HMS;
153-
else
154-
return sYMD_HM0;
150+
std::string Times::get_YMD_HMS() {
151+
return sYMD_HMS;
155152
}
156153

157154
// -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)