Remove trailing whitespace systematically
[foam-extend-3.2.git] / applications / solvers / coupled / conjugateHeatFoam / readSolidControls.H
blobc2b6f17f5ada6154e666adb6f75dd44531a6c0c0
1     const dictionary& simple = solidMesh.solutionDict().subDict("SIMPLE");
3     int nNonOrthCorr = 0;
4     if (simple.found("nNonOrthogonalCorrectors"))
5     {
6         nNonOrthCorr = readInt(simple.lookup("nNonOrthogonalCorrectors"));
7     }