Skip to content
Snippets Groups Projects
Commit f46c5795 authored by mattijs's avatar mattijs
Browse files

STYLE: dynamicFvMesh: indentation, naming

parent 0110e690
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@ public:
// Constructors
//- Construct from IOobject
dynamicMotionSolverFvMesh(const IOobject& io, bool syncPar=true);
dynamicMotionSolverFvMesh(const IOobject& io, const bool doInit=true);
//- Construct from components without boundary.
// Boundary is added using addFvPatches() member function
......
......@@ -114,7 +114,7 @@ bool Foam::dynamicMotionSolverListFvMesh::init(const bool doInit)
motionSolvers_.set
(
i++,
motionSolver::New(*this, IOsolverDict)
motionSolver::New(*this, IOsolverDict)
);
}
}
......
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