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
Xdmf
Xdmf
Commits
897473c6
Commit
897473c6
authored
Apr 30, 2013
by
Andrew J. Burns (Cont
Browse files
Fixed merge issue, class was not defined in header file
parent
c24e1bad
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/XdmfArray.cpp
View file @
897473c6
...
...
@@ -464,6 +464,7 @@ private:
XdmfArray
*
const
mArray
;
};
class
XdmfArray
::
IsInitialized
:
public
boost
::
static_visitor
<
bool
>
{
public:
...
...
core/XdmfArray.hpp
View file @
897473c6
...
...
@@ -1552,6 +1552,7 @@ private:
template
<
typename
T
>
class
Insert
;
class
InsertArray
;
class
InternalizeArrayPointer
;
class
IsInitialized
;
struct
NullDeleter
;
template
<
typename
T
>
class
PushBack
;
class
Reserve
;
...
...
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