Remove trailing whitespace systematically
[foam-extend-3.2.git] / applications / solvers / solidMechanics / elasticNonLinIncrTLSolidFoam / readSolidMechanicsControls.H
blobf14307632c992f823335bb10f59f429c14621ceb
1     const dictionary& stressControl =
2         mesh.solutionDict().subDict("solidMechanics");
4     int nCorr(readInt(stressControl.lookup("nCorrectors")));
5     scalar convergenceTolerance(readScalar(stressControl.lookup("DU")));