STYLE: minor cleanup after merge

This commit is contained in:
Mark Olesen
2017-09-22 16:25:17 +02:00
parent b55ab4b0c3
commit 610854af03
44 changed files with 50 additions and 84 deletions

View File

@ -587,7 +587,8 @@ void Foam::ccm::reader::writeMesh
(
fmt,
IOstream::currentVersion,
IOstream::UNCOMPRESSED
IOstream::UNCOMPRESSED,
true
);
writeAux(mesh);
}

View File

@ -174,7 +174,8 @@ void Foam::ccm::reader::writeMeshLabelList
(
fmt,
IOstream::currentVersion,
IOstream::UNCOMPRESSED
IOstream::UNCOMPRESSED,
true
);
}

View File

@ -28,8 +28,7 @@ License
#include "emptyPolyPatch.H"
#include "symmetryPolyPatch.H"
#include "wallPolyPatch.H"
#include "IFstream.H"
#include "OFstream.H"
#include "Fstream.H"
#include "IOdictionary.H"
#include "ccmBoundaryInfo.H"