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
96118536
Commit
96118536
authored
Mar 04, 2009
by
Mark Olesen
Browse files
FixedList: added missing #include "contiguous.H"
parent
47bd1726
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/Lists/FixedList/FixedList.H
View file @
96118536
...
...
@@ -128,7 +128,7 @@ public:
FixedList
(
Istream
&
);
//- Clone
inline
autoPtr
<
FixedList
<
T
,
Size
>
>
clone
()
const
;
inline
autoPtr
<
FixedList
<
T
,
Size
>
>
clone
()
const
;
// Member Functions
...
...
src/OpenFOAM/containers/Lists/FixedList/FixedListI.H
View file @
96118536
...
...
@@ -26,6 +26,7 @@ License
#include
"UList.H"
#include
"SLList.H"
#include
"contiguous.H"
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
...
...
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