diff --git a/Core/Main/elastix.h b/Core/Main/elastix.h index f41d1250a..4c32788bb 100644 --- a/Core/Main/elastix.h +++ b/Core/Main/elastix.h @@ -40,6 +40,7 @@ void PrintHelp( void ); /** ConvertSecondsToDHMS * */ +inline std::string ConvertSecondsToDHMS( const double totalSeconds, const unsigned int precision = 0 ) { @@ -78,6 +79,7 @@ ConvertSecondsToDHMS( const double totalSeconds, const unsigned int precision = /** Returns current date and time as a string. */ +inline std::string GetCurrentDateAndTime( void ) {