refactored and put calculate_eta function in seperate file

This commit is contained in:
Mazzoleni Alice Francesca
2025-03-31 17:35:39 +02:00
parent 7e5f91c6ec
commit e038bd1646
5 changed files with 28 additions and 240 deletions

View File

@ -1,3 +1,4 @@
#include "aare/CalculateEta.hpp"
#include "aare/ClusterFile.hpp"
#include <benchmark/benchmark.h>