mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: surfaceFeatureExtract: checking for valid dictionary
This commit is contained in:
@ -959,7 +959,7 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
const dictionary& surfaceDict = iter().dict();
|
const dictionary& surfaceDict = iter().dict();
|
||||||
|
|
||||||
if (surfaceDict.found("extractionMethod"))
|
if (!surfaceDict.found("extractionMethod"))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user