7 lines
237 B
C
7 lines
237 B
C
const dictionary& piso = solidRegions[i].solutionDict().subDict("PISO");
|
|
|
|
int nNonOrthCorr = 0;
|
|
if (piso.found("nNonOrthogonalCorrectors"))
|
|
{
|
|
nNonOrthCorr = readInt(piso.lookup("nNonOrthogonalCorrectors"));
|
|
}
|