Skip to content
Snippets Groups Projects
Commit 6962fd3b 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 4107d312
No related merge requests found
...@@ -128,7 +128,7 @@ class fvDOM ...@@ -128,7 +128,7 @@ class fvDOM
scalar convergence_; scalar convergence_;
//- Maximum number of iterations //- Maximum number of iterations
scalar maxIter_; label maxIter_;
//- List of cached fvMatrices for rays //- List of cached fvMatrices for rays
List<PtrList<fvScalarMatrix>>fvRayDiv_; 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