]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Sun, 17 Apr 2016 03:02:54 +0000 (22:02 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Sun, 17 Apr 2016 03:02:54 +0000 (22:02 -0500)
lib/cpPlugins/ProcessObject.cxx

index eecfd8b74e9548c89380ee9a61d03a81ac6d8b17..050a2571269bd51040ad24feb4e85cbd1c7574bc 100644 (file)
@@ -261,7 +261,7 @@ Update( )
       *( this->m_PrintExecutionStream )
         << "done in "
         << double( this->m_LastExecutionSpan ) / double( 1000 )
-        << " ms." << std::endl;
+        << " s." << std::endl;
 
     } // fi