From 938ade553ebec92dc3fda89efe368aa2b97148a1 Mon Sep 17 00:00:00 2001 From: Joe Osborn Date: Thu, 19 Oct 2023 10:07:34 -0400 Subject: [PATCH] builds now --- edm4eic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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