Skip to content

Commit

Permalink
[plasma] fix setIsotropicShapeFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BangShiuh authored and speth committed Jan 31, 2025
1 parent f9fc196 commit 573e43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thermo/PlasmaPhase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ void PlasmaPhase::updateElectronTemperatureFromEnergyDist()

void PlasmaPhase::setIsotropicShapeFactor(double x) {
m_isotropicShapeFactor = x;
setIsotropicElectronEnergyDistribution();
updateElectronEnergyDistribution();
}

void PlasmaPhase::getParameters(AnyMap& phaseNode) const
Expand Down

0 comments on commit 573e43c

Please sign in to comment.