Skip to content

Commit

Permalink
Update Thermochimica::reinitData to `Thermochimica::Reinitializatio…
Browse files Browse the repository at this point in the history
…nData` (idaholab#28094)
  • Loading branch information
parikshitbajpai authored and freiler committed Jul 17, 2024
1 parent 87911f4 commit ff16d86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ ThermochimicaDataBase<is_nodal>::reinitDataMooseToTc()
if (d._reinit_available)
{
Thermochimica::resetReinit();
Thermochimica::reinitData data;
Thermochimica::ReinitializationData data;
data.assemblage = d._assemblage;
data.molesPhase = d._moles_phase;
data.elementPotential = d._element_potential;
Expand Down

0 comments on commit ff16d86

Please sign in to comment.