We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972879f commit f1daedeCopy full SHA for f1daede
cpp/dolfinx/common/Timer.h
@@ -133,7 +133,7 @@ class Timer
133
std::optional<std::string> _task;
134
135
// Elapsed time offset
136
- T::duration _acc = T::duration::zero();
+ typename T::duration _acc = T::duration::zero();
137
138
// Store start time (std::nullopt if timer has been stopped)
139
std::optional<typename T::time_point> _start_time = T::now();
0 commit comments