Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
Xdmf
Commits
897473c6
Commit
897473c6
authored
Apr 30, 2013
by
Andrew J. Burns (Cont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed merge issue, class was not defined in header file
parent
c24e1bad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
core/XdmfArray.cpp
core/XdmfArray.cpp
+1
-0
core/XdmfArray.hpp
core/XdmfArray.hpp
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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