STYLE: surfaceLambdaMuSmooth: remove unused code

This commit is contained in:
mattijs
2013-06-04 14:28:16 +01:00
parent 9bfabaeda2
commit 057691a6b4

View File

@ -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;