Skip to content

Commit a7e10ee

Browse files
committed
alway forget the semicolon
1 parent 5503b83 commit a7e10ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/fluid/CSU2TCLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1935,7 +1935,7 @@ su2double CSU2TCLib::ComputeCollisionDelta(unsigned iSpecies, unsigned jSpecies,
19351935
} else {
19361936
delta = 16.0/5.0 * sqrt((2.0*Mi*Mj) / (pi*Ru*T*(Mi+Mj))) * Omega_ij; // d2_ij
19371937
}
1938-
return fmin(delta, 1E16)
1938+
return fmin(delta, 1E16);
19391939
}
19401940

19411941
void CSU2TCLib::DiffusionCoeffGY(){

0 commit comments

Comments
 (0)