Skip to content
Snippets Groups Projects
Commit 373b9675 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos Committed by Christoph Grüninger
Browse files

Fix typo

parent fb50e822
Branches
No related tags found
1 merge request!1504[cleanup] Remove old code in Dune::Timer
Pipeline #76594 passed
Pipeline: Dune Nightly Test

#76601

    Pipeline: Dune Nightly Test

    #76600

      ......@@ -41,7 +41,7 @@ main()
      << (chrono_elapsed / 1.0s) << "s";
      }
      { // let chrono timer run for longer time
      { // let dune timer run for longer time
      loop_timer.start();
      auto chrono_start = clock::now();
      std::this_thread::sleep_for(10ms);
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Please register or to comment