fvDOM: Corrected type of maxIter_

Resolves bug-report http://openfoam.org/mantisbt/view.php?id=2068
This commit is contained in:
Henry Weller
2016-04-26 10:51:09 +01:00
parent 5510c7e62a
commit a0742586d0

View File

@ -128,7 +128,7 @@ class fvDOM
scalar convergence_;
//- Maximum number of iterations
scalar maxIter_;
label maxIter_;
//- List of cached fvMatrices for rays
List<PtrList<fvScalarMatrix>>fvRayDiv_;