Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
aeslaughter committed Mar 12, 2020
1 parent 740adf4 commit d715919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vectorpostprocessors/Fragility.C
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Fragility::execute()
}

std::vector<Real>
Fragility::calcDemandsFromFile(unsigned int bin)
Fragility::calcDemandsFromFile(unsigned int /*bin*/)
{
#ifdef LIBMESH_HAVE_EXTERNAL_BOOST
std::vector<Real> demand_sample;
Expand Down

0 comments on commit d715919

Please sign in to comment.