00001 const dictionary& piso = solidRegions[i].solutionDict().subDict("PISO"); 00002 00003 int nNonOrthCorr = 0; 00004 if (piso.found("nNonOrthogonalCorrectors")) 00005 { 00006 nNonOrthCorr = readInt(piso.lookup("nNonOrthogonalCorrectors")); 00007 } 00008 00009 // ************************ vim: set sw=4 sts=4 et: ************************ //