fvDOM: Corrected type of maxIter_
Resolves bug-report http://openfoam.org/mantisbt/view.php?id=2068
This commit is contained in:
parent
5510c7e62a
commit
a0742586d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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_;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue