diff --git a/edm4eic.yaml b/edm4eic.yaml index cf973b2..779f289 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -141,7 +141,7 @@ components: ExtraCode: declaration: " Cov6f() : covariance{} {}\n - Cov6f(std::array vcov) : covariance{vcov}{}\n + Cov6f(std::array vcov) : covariance{vcov}{}\n float getCov(unsigned i, unsigned j) const {\n if(i > j) {\n std::swap(i, j);\n