Skip to content
Snippets Groups Projects
Commit 9b9313e6 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

did not compile for TIMER_USE_STD_CLOCK defined.

Nobody really tested this, why is it implemented then? 



[[Imported from SVN: r5252]]
parent cd25c46b
Branches
Tags
No related merge requests found
......@@ -79,7 +79,7 @@ namespace Dune {
private:
#ifdef TIMER_USE_STD_CLOCK
std::clock_t cstart
std::clock_t cstart;
#else
struct timeval cstart;
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment