Skip to content

Commit

Permalink
Removed unused variable in unit test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed Aug 21, 2023
1 parent 3cfce29 commit 1a53cb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/test/t_FunctionalChaos_conditionalExpectation.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ int main(int, char *[])
// Create the adaptive strategy
UnsignedInteger degree = 12;
UnsignedInteger basisDimension = enumerateFunction.getBasisSizeFromTotalDegree(degree);
// Second, the most used (and most basic!) strategy
FixedStrategy adaptiveStrategy(productBasis, enumerateFunction.getStrataCumulatedCardinal(degree));
FixedStrategy adaptiveStrategy(productBasis, basisDimension);
// Create the result object here in order to test the save/load mechanism outside of the double loop
FunctionalChaosResult result;
// Create the projection strategy
Expand Down

0 comments on commit 1a53cb6

Please sign in to comment.