Skip to content

Commit

Permalink
Trick to make atol used
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed Aug 23, 2023
1 parent 36d3811 commit 80b2e6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/test/t_FunctionalChaos_conditionalExpectation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ int main(int, char *[])
fullprint << result.__str__() << std::endl;
const UnsignedInteger errorSampleSize = 1000;
const Scalar atol = 5.0e-3;
fullprint << "atol = " << atol << std::endl;

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

0 comments on commit 80b2e6d

Please sign in to comment.