functionObjects::scalarTransport/phaseScalarTransport: Use int for the corrector loop

rather than label.
This commit is contained in:
Henry Weller
2019-07-15 22:29:10 +01:00
parent 67d3a8dc1b
commit 9bcbaea4a3
4 changed files with 7 additions and 7 deletions

View File

@ -94,7 +94,7 @@ class scalarTransport
scalar alphaDt_;
//- Number of corrector iterations (optional)
label nCorr_;
int nCorr_;
//- Name of field whose schemes are used (optional)
word schemesField_;