mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: removed spurious tabs
This commit is contained in:
@ -33,49 +33,49 @@ inline Foam::label Foam::featureEdgeMesh::convexStart() const
|
||||
|
||||
inline Foam::label Foam::featureEdgeMesh::concaveStart() const
|
||||
{
|
||||
return concaveStart_;
|
||||
return concaveStart_;
|
||||
}
|
||||
|
||||
|
||||
inline Foam::label Foam::featureEdgeMesh::mixedStart() const
|
||||
{
|
||||
return mixedStart_;
|
||||
return mixedStart_;
|
||||
}
|
||||
|
||||
|
||||
inline Foam::label Foam::featureEdgeMesh::nonFeatureStart() const
|
||||
{
|
||||
return nonFeatureStart_;
|
||||
return nonFeatureStart_;
|
||||
}
|
||||
|
||||
|
||||
inline Foam::label Foam::featureEdgeMesh::externalStart() const
|
||||
{
|
||||
return externalStart_;
|
||||
return externalStart_;
|
||||
}
|
||||
|
||||
|
||||
inline Foam::label Foam::featureEdgeMesh::internalStart() const
|
||||
{
|
||||
return internalStart_;
|
||||
return internalStart_;
|
||||
}
|
||||
|
||||
|
||||
inline Foam::label Foam::featureEdgeMesh::flatStart() const
|
||||
{
|
||||
return flatStart_;
|
||||
return flatStart_;
|
||||
}
|
||||
|
||||
|
||||
inline Foam::label Foam::featureEdgeMesh::openStart() const
|
||||
{
|
||||
return openStart_;
|
||||
return openStart_;
|
||||
}
|
||||
|
||||
|
||||
inline Foam::label Foam::featureEdgeMesh::multipleStart() const
|
||||
{
|
||||
return multipleStart_;
|
||||
return multipleStart_;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user