Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/correct_enable_dev_build
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Oct 14, 2024
2 parents 2982323 + 7ad743c commit 2e81837
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FSISPH/SolidFSISPHHydroBase.cc
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@ initializeProblemStartupDependencies(DataBase<Dimension>& dataBase,
updateStateFields(SolidFieldNames::shearModulus, state, derivs);
updateStateFields(SolidFieldNames::yieldStrength, state, derivs);

mDamagedPressure+=this->pressure();

const auto& mass = dataBase.fluidMass();
const auto& massDensity = dataBase.fluidMassDensity();
computeSPHVolume(mass,massDensity,mVolume);
Expand Down

0 comments on commit 2e81837

Please sign in to comment.