Skip to content

Commit 5eee0d8

Browse files
authored
Merge branch 'develop' into nemo_cleanup
2 parents f1a90ad + 622587c commit 5eee0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/fluid/CMutationTCLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CMutationTCLib::CMutationTCLib(const CConfig* config, unsigned short val_nDim):
5959

6060
for(iSpecies = 0; iSpecies < nSpecies; iSpecies++) MolarMass[iSpecies] = 1000* mix->speciesMw(iSpecies); // x1000 to have Molar Mass in kg/kmol
6161

62-
if (mix->hasElectrons()) {
62+
if (mix->hasElectrons()) {
6363
if (config->GetViscous()) {
6464
SU2_MPI::Error("Ionization is not yet operational for a viscous flow in the NEMO solver.", CURRENT_FUNCTION);
6565
} else {

0 commit comments

Comments
 (0)