Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Core/Main/elastix.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ void PrintHelp( void );
/** ConvertSecondsToDHMS
*
*/
inline
std::string
ConvertSecondsToDHMS( const double totalSeconds, const unsigned int precision = 0 )
{
Expand Down Expand Up @@ -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 )
{
Expand Down