Skip to content
Snippets Groups Projects
Commit 057691a6 authored by mattijs's avatar mattijs
Browse files

STYLE: surfaceLambdaMuSmooth: remove unused code

parent 9bfabaed
Branches
Tags
No related merge requests found
......@@ -222,14 +222,6 @@ int main(int argc, char *argv[])
}
Info<< "Writing surface to " << outFileName << " ..." << endl;
// meshedSurface
// (
// xferMove(newPoints),
// xferCopy(surf1.localFaces()),
// xferCopy(surf1.surfZones())
// ).write(outFileName);
surf1.write(outFileName);
Info<< "End\n" << endl;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment