mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
making stitchMesh,mergePatchPairs work
This commit is contained in:
@ -243,14 +243,7 @@ int main(int argc, char *argv[])
|
||||
meshDict.lookup("mergePatchPairs")
|
||||
);
|
||||
|
||||
if (mergePatchPairs.size())
|
||||
{
|
||||
FatalErrorIn(args.executable())
|
||||
<< "mergePatchPairs not currently supported."
|
||||
<< exit(FatalError);
|
||||
}
|
||||
|
||||
//// #include "mergePatchPairs.H"
|
||||
# include "mergePatchPairs.H"
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user