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
f23f1bef
Commit
f23f1bef
authored
May 02, 2013
by
Andrew J. Burns (Cont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed python wrapping for XdmfGraph and XdmfSparseMatrix
parent
af08f056
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Xdmf.i
Xdmf.i
+1
-0
utils/XdmfUtils.i
utils/XdmfUtils.i
+2
-0
No files found.
Xdmf.i
View file @
f23f1bef
...
...
@@ -91,6 +91,7 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
#
include
<
XdmfDomain
.
hpp
>
#
include
<
XdmfGeometry
.
hpp
>
#
include
<
XdmfGeometryType
.
hpp
>
#
include
<
XdmfGraph
.
hpp
>
#
include
<
XdmfGrid
.
hpp
>
#
include
<
XdmfGridCollection
.
hpp
>
#
include
<
XdmfGridCollectionType
.
hpp
>
...
...
utils/XdmfUtils.i
View file @
f23f1bef
...
...
@@ -82,6 +82,7 @@ swig -v -c++ -python -o XdmfUtilsPython.cpp XdmfUtils.i
#
include
<
XdmfItem
.
hpp
>
#
include
<
XdmfItemProperty
.
hpp
>
#
include
<
XdmfSharedPtr
.
hpp
>
#
include
<
XdmfSparseMatrix
.
hpp
>
#
include
<
XdmfSystemUtils
.
hpp
>
#
include
<
XdmfVisitor
.
hpp
>
#
include
<
XdmfWriter
.
hpp
>
...
...
@@ -94,6 +95,7 @@ swig -v -c++ -python -o XdmfUtilsPython.cpp XdmfUtils.i
#
include
<
XdmfDomain
.
hpp
>
#
include
<
XdmfGeometry
.
hpp
>
#
include
<
XdmfGeometryType
.
hpp
>
#
include
<
XdmfGraph
.
hpp
>
#
include
<
XdmfGrid
.
hpp
>
#
include
<
XdmfGridCollection
.
hpp
>
#
include
<
XdmfGridCollectionType
.
hpp
>
...
...
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