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
31b11e13
Commit
31b11e13
authored
Sep 12, 2013
by
Andrew J. Burns (Cont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small bit of cleaning up in the swig wrapping
parent
03fc01be
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
Xdmf.i
Xdmf.i
+5
-3
No files found.
Xdmf.i
View file @
31b11e13
...
...
@@ -255,14 +255,16 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
%
template
(
MapVector
)
std
::
vector
<
shared_ptr
<
XdmfMap
>
>
;
%
template
(
ArrayVector
)
std
::
vector
<
shared_ptr
<
XdmfArray
>
>
;
#
ifdef
XDMF_BUILD_DSM
%
pythoncode
{
from
Xdmf
Core
import
*
from
Xdmf
DSM
import
*
}
#
ifdef
XDMF_BUILD_DSM
#
else
%
pythoncode
{
from
Xdmf
DSM
import
*
from
Xdmf
Core
import
*
}
#
endif
/* XDMF_BUILD_DSM */
...
...
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