functionObjects::scalarTransport/phaseScalarTransport: Use int for the corrector loop
rather than label.
This commit is contained in:
@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user