Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
CrayzeeWulf
Xdmf
Commits
70882edb
Commit
70882edb
authored
May 30, 2013
by
Kenneth Leiter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMP: Fix a couple tests so that they compile with clang compiler.
parent
c8043965
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
utils/tests/Cxx/TestXdmfExodusIO.cpp
utils/tests/Cxx/TestXdmfExodusIO.cpp
+1
-1
utils/tests/Cxx/TestXdmfTopologyConverter.cpp
utils/tests/Cxx/TestXdmfTopologyConverter.cpp
+1
-1
No files found.
utils/tests/Cxx/TestXdmfExodusIO.cpp
View file @
70882edb
...
...
@@ -6,7 +6,7 @@
#include "XdmfTestDataGenerator.hpp"
int
main
(
int
,
char
*
)
int
main
(
int
,
char
*
*
)
{
shared_ptr
<
XdmfExodusWriter
>
exodusWriter
=
XdmfExodusWriter
::
New
();
shared_ptr
<
XdmfUnstructuredGrid
>
hexahedron
=
...
...
utils/tests/Cxx/TestXdmfTopologyConverter.cpp
View file @
70882edb
...
...
@@ -9,7 +9,7 @@
#include "XdmfUnstructuredGrid.hpp"
#include "XdmfWriter.hpp"
int
main
(
int
,
char
*
)
int
main
(
int
,
char
*
*
)
{
shared_ptr
<
XdmfTopologyConverter
>
converter
=
XdmfTopologyConverter
::
New
();
...
...
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