Skip to content

Commit

Permalink
builds now
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Osborn committed Oct 19, 2023
1 parent 779f28d commit 938ade5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ components:
ExtraCode:
declaration: "
Cov6f() : covariance{} {}\n
Cov6f(std::array<float> vcov) : covariance{vcov}{}\n
Cov6f(std::array<float, 21> vcov) : covariance{vcov}{}\n
float getCov(unsigned i, unsigned j) const {\n
if(i > j) {\n
std::swap(i, j);\n
Expand Down

0 comments on commit 938ade5

Please sign in to comment.