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
6d970f6c
Commit
6d970f6c
authored
Aug 09, 2011
by
mattijs
Browse files
ENH: tetCell: define as being contiguous
parent
a44de4c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/meshes/meshShapes/tetCell/tetCell.H
View file @
6d970f6c
...
@@ -115,6 +115,13 @@ public:
...
@@ -115,6 +115,13 @@ public:
};
};
// * * * * * * * * * * * * * * * Global Functions * * * * * * * * * * * * * //
//- Data associated with the type are contiguous
template
<
>
inline
bool
contiguous
<
tetCell
>
()
{
return
true
;}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
}
// End namespace Foam
}
// End namespace Foam
...
...
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