Skip to content

Commit

Permalink
[plasma] fix setIsotropicShapeFactor
Browse files Browse the repository at this point in the history
  • Loading branch information
BangShiuh committed Jan 28, 2025
1 parent a937fbb commit 411e4f8
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 411e4f8

Please sign in to comment.