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