Skip to content

Commit

Permalink
[plasma] fix setIsotropicShapeFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BangShiuh committed Dec 9, 2024
1 parent f0c1b15 commit 9cd1461
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 @@ -205,7 +205,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 9cd1461

Please sign in to comment.