mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: surfaceLambdaMuSmooth: remove unused code
This commit is contained in:
@ -222,14 +222,6 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
Info<< "Writing surface to " << outFileName << " ..." << endl;
|
Info<< "Writing surface to " << outFileName << " ..." << endl;
|
||||||
|
|
||||||
// meshedSurface
|
|
||||||
// (
|
|
||||||
// xferMove(newPoints),
|
|
||||||
// xferCopy(surf1.localFaces()),
|
|
||||||
// xferCopy(surf1.surfZones())
|
|
||||||
// ).write(outFileName);
|
|
||||||
|
|
||||||
surf1.write(outFileName);
|
surf1.write(outFileName);
|
||||||
|
|
||||||
Info<< "End\n" << endl;
|
Info<< "End\n" << endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user