Formatting

This commit is contained in:
Hrvoje Jasak 2014-06-10 14:00:26 +01:00
parent 69b00bd908
commit fbf55d17ea
3 changed files with 8 additions and 8 deletions

View file

@ -215,6 +215,7 @@ private:
cellList& cells
);
public:
// Public typedefs
@ -291,6 +292,7 @@ public:
const bool syncPar = true
);
// Destructor
virtual ~polyMesh();
@ -548,13 +550,11 @@ public:
//- Remove all files from mesh instance()
void removeFiles() const;
// Helper functions
//- Find cell enclosing this location (-1 if not in mesh)
label findCell
(
const point&
) const;
label findCell(const point&) const;
};

View file

@ -132,7 +132,7 @@ Foam::labelList Foam::polyMesh::facePatchFaceCells
}
//- Set faces_, calculate cells and patchStarts.
// Set faces, calculate cells and patchStarts.
void Foam::polyMesh::setTopology
(
const cellShapeList& cellsAsShapes,