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,4 +1,5 @@
#include "aare/Interpolator.hpp"
#include "aare/CalculateEta.hpp"
#include "aare/algorithm.hpp"
namespace aare {