This commit is contained in:
Hrvoje Jasak 2016-04-17 21:13:54 +01:00
parent fc70a1cd67
commit d1e245694f

View file

@ -151,7 +151,7 @@ tmp<volScalarField> thermalModel::S() const
(
"zero",
dimEnergy/dimTime/dimVolume,
scalar(0.0)
scalar(0)
)
)
);