added ClusterFile tests fixed some bugs in ClusterFile
All checks were successful
Build on RHEL9 / buildh (push) Successful in 1m55s

This commit is contained in:
Mazzoleni Alice Francesca
2025-04-14 15:48:09 +02:00
parent 3f753ec900
commit 54def26334
9 changed files with 294 additions and 439 deletions

View File

@ -33,7 +33,7 @@ template <typename T> struct Eta2 {
};
/**
* @brief Calculate the eta2 values for all clusters in a Clsutervector
* @brief Calculate the eta2 values for all clusters in a Clustervector
*/
template <typename ClusterType,
typename = std::enable_if_t<is_cluster_v<ClusterType>>>