added fluidsim to main
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef TIMING_CPP
|
||||
#define TIMING_CPP
|
||||
|
||||
#include "timing_decorator.hpp"
|
||||
#include <cmath>
|
||||
|
||||
@@ -112,4 +115,6 @@ void FunctionTimer::printStats(Mode mode) {
|
||||
|
||||
void FunctionTimer::clearStats() {
|
||||
stats_.clear();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user