Fixing indentation in applications/solvers/solidMechanics
[foam-extend-3.2.git] / applications / solvers / engine / turbDyMEngineFoam / readControls.H
blobe4ade269646c22569fbcb67c32db7abcbfb3591b
1 #   include "readTimeControls.H"
2 #   include "readPISOControls.H"
4     bool checkMeshCourantNo = false;
5     if (piso.found("checkMeshCourantNo"))
6     {
7         checkMeshCourantNo = Switch(piso.lookup("checkMeshCourantNo"));
8     }