Skip to content

Commit

Permalink
forgot to register m_phaseHasHystersis flag array
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesn7 committed Dec 19, 2024
1 parent 836422e commit 26a514e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ TableRelativePermeabilityHysteresis::TableRelativePermeabilityHysteresis( std::s
// setDescription( "Type of Three phase interpolator."
// "Valid options \n* " + EnumStrings< ThreePhaseInterpolator >::concat( "\n* " ) );

registerWrapper( viewKeyStruct::phaseHasHysteresisString(),
&m_phaseHasHysteresis ).
setSizedFromParent( 0 ).
setRestartFlags( RestartFlags::NO_WRITE );

// register fields
registerField( fields::relperm::phaseMaxHistoricalVolFraction{},
&m_phaseMaxHistoricalVolFraction );
Expand Down

0 comments on commit 26a514e

Please sign in to comment.