Updated member type comments

See http://bugs.openfoam.org/view.php?id=2356
This commit is contained in:
Henry Weller
2016-11-28 09:22:56 +00:00
parent 4eaa06a60f
commit 8bfff27468
21 changed files with 104 additions and 118 deletions

View File

@ -104,7 +104,7 @@ namespace Foam
}
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
// * * * * * * * * * * * * Protected Member Functions * * * * * * * * * * * //
template<class Type, class TrackingData>
bool Foam::FaceCellWave<Type, TrackingData>::updateCell

View File

@ -77,8 +77,6 @@ class FaceCellWave
:
public FaceCellWaveName
{
private:
// Private Member Functions
//- Disallow default bitwise copy construct
@ -90,7 +88,7 @@ private:
protected:
// Private data
// Protected data
//- Reference to mesh
const polyMesh& mesh_;
@ -244,7 +242,7 @@ protected:
void handleExplicitConnections();
// Private static data
// Protected static data
static const scalar geomTol_;
static scalar propagationTol_;