Skip to content
Snippets Groups Projects
Commit a0742586 authored by Henry Weller's avatar Henry Weller
Browse files

fvDOM: Corrected type of maxIter_

Resolves bug-report http://openfoam.org/mantisbt/view.php?id=2068
parent 5510c7e6
Branches
Tags
1 merge request!60Merge foundation
......@@ -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_;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment