Cleanup
This commit is contained in:
parent
fc70a1cd67
commit
d1e245694f
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ tmp<volScalarField> thermalModel::S() const
|
|||
(
|
||||
"zero",
|
||||
dimEnergy/dimTime/dimVolume,
|
||||
scalar(0.0)
|
||||
scalar(0)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Reference in a new issue