Skip to content

Commit

Permalink
fix bug involing a reference to data in an update class associated wi…
Browse files Browse the repository at this point in the history
…th SolidBase
  • Loading branch information
rrsettgast committed Feb 5, 2024
1 parent d13ab2f commit 1bd45aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreComponents/constitutive/solid/SolidBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class SolidBaseUpdates
arrayView1d< real64 const > const m_thermalExpansionCoefficient;

/// Flag to disable inelasticity
const bool & m_disableInelasticity;
const bool m_disableInelasticity;

/**
* @brief Get bulkModulus
Expand Down

0 comments on commit 1bd45aa

Please sign in to comment.