Skip to content
Snippets Groups Projects
Commit 46a455cc authored by Mark Olesen's avatar Mark Olesen
Browse files

Remove unused Istream methods from surfMesh classes.

Move compilation edgeMesh and surfMesh up in the list
(they are independent of triSurface).
parent 0fc46425
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment