Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
825b4a19
Commit
825b4a19
authored
Jan 05, 2011
by
Andrew Heather
Browse files
STYLE: removed spurious tabs
parent
14d1300a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H
View file @
825b4a19
...
...
@@ -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_
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment