Commit 47e260c2 authored by Cédric Traizet's avatar Cédric Traizet
Browse files

STYLE : 80 char rule for timer

No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
...@@ -184,7 +184,8 @@ private: ...@@ -184,7 +184,8 @@ private:
RegisterPipeline(); RegisterPipeline();
Timer.Stop(); Timer.Stop();
otbAppLogINFO( "Total elapsed time: "<< float(Timer.GetElapsedMilliseconds())/1000 <<" seconds."); otbAppLogINFO( "Total elapsed time: "<<
float(Timer.GetElapsedMilliseconds())/1000 <<" seconds.");
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment