mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Remove unused Istream methods from surfMesh classes.
Move compilation edgeMesh and surfMesh up in the list (they are independent of triSurface).
This commit is contained in:
@ -22,9 +22,9 @@ wmake libso OpenFOAM
|
||||
|
||||
wmake libso lagrangian/basic
|
||||
|
||||
wmake libso triSurface
|
||||
wmake libso edgeMesh
|
||||
wmake libso surfMesh
|
||||
wmake libso triSurface
|
||||
|
||||
# Decomposition methods needed by meshTools
|
||||
wmake libso parallel/decompositionMethods
|
||||
|
||||
@ -110,9 +110,6 @@ private:
|
||||
//- Disable setSize with value
|
||||
void setSize(const label, const Face&);
|
||||
|
||||
//- Read OpenFOAM Surface format
|
||||
bool read(Istream&);
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
@ -198,9 +195,6 @@ public:
|
||||
//- Construct from file name (uses extension to determine type)
|
||||
UnsortedMeshedSurface(const fileName&, const word&);
|
||||
|
||||
//- Construct from Istream
|
||||
UnsortedMeshedSurface(Istream&);
|
||||
|
||||
//- Construct from objectRegistry and a named surface
|
||||
UnsortedMeshedSurface(const Time&, const word& surfName="");
|
||||
|
||||
|
||||
@ -31,7 +31,7 @@ License
|
||||
|
||||
void Foam::surfMesh::setInstance(const fileName& inst)
|
||||
{
|
||||
if (debug or true)
|
||||
if (debug)
|
||||
{
|
||||
Info<< "void surfMesh::setInstance(const fileName& inst) : "
|
||||
<< "Resetting file instance to " << inst << endl;
|
||||
|
||||
Reference in New Issue
Block a user