Skip to content

Commit

Permalink
Declare tolerance.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed Aug 23, 2023
1 parent c311853 commit 36d3811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/test/t_FunctionalChaos_conditionalExpectation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ int main(int, char *[])
result = algo.getResult();
fullprint << result.__str__() << std::endl;
const UnsignedInteger errorSampleSize = 1000;
const atol = 5.0e-3;
const Scalar atol = 5.0e-3;

// Condition with respect to X1
fullprint << "Condition with respect to X1" << std::endl;
Expand Down

0 comments on commit 36d3811

Please sign in to comment.