Skip to content

Commit

Permalink
Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed Sep 20, 2024
1 parent 95ae2ca commit d81e4e7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ FunctionalChaosResult FunctionalChaosResult::getConditionalExpectation(const Ind
const UnsignedInteger numberOfFunctions = Psi_k_.getSize();
for (UnsignedInteger k = 0; k < numberOfFunctions; ++k)
{
const Function basisFunction(Psi_k_[k]);
const Indices multiIndex(enumerateFunction(I_[k]));
// See if this function has active marginal indices only
bool isActive = true;
Expand Down

0 comments on commit d81e4e7

Please sign in to comment.