added fluidsim to main

This commit is contained in:
yggdrasil75
2026-02-07 08:58:54 -05:00
parent 02361effc5
commit ca226d8c02
5 changed files with 186 additions and 88 deletions

View File

@@ -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