mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor cleanup after merge
This commit is contained in:
@ -587,7 +587,8 @@ void Foam::ccm::reader::writeMesh
|
||||
(
|
||||
fmt,
|
||||
IOstream::currentVersion,
|
||||
IOstream::UNCOMPRESSED
|
||||
IOstream::UNCOMPRESSED,
|
||||
true
|
||||
);
|
||||
writeAux(mesh);
|
||||
}
|
||||
|
||||
@ -174,7 +174,8 @@ void Foam::ccm::reader::writeMeshLabelList
|
||||
(
|
||||
fmt,
|
||||
IOstream::currentVersion,
|
||||
IOstream::UNCOMPRESSED
|
||||
IOstream::UNCOMPRESSED,
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user