Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Armin Wehrfritz
Xdmf
Commits
b233dc78
Commit
b233dc78
authored
Nov 19, 2013
by
Andrew J. Burns (Cont
Committed by
Kenneth Leiter
Nov 26, 2013
Browse files
fix for compatibility with Swig 2.0.11, manually defining the missing object type
parent
550c1aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Xdmf.i
View file @
b233dc78
...
@@ -17,6 +17,7 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
...
@@ -17,6 +17,7 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
%
module
Xdmf
%
module
Xdmf
%
{
%
{
#
define
SWIGPY_SLICE_ARG
(
obj
)
((
PySliceObject
*
)
(
obj
))
// MPI Includes
// MPI Includes
#
include
<
mpi
.
h
>
#
include
<
mpi
.
h
>
...
@@ -80,6 +81,7 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
...
@@ -80,6 +81,7 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
#
else
#
else
%
module
Xdmf
%
module
Xdmf
%
{
%
{
#
define
SWIGPY_SLICE_ARG
(
obj
)
((
PySliceObject
*
)
(
obj
))
// XdmfCore Includes
// XdmfCore Includes
#
include
<
Xdmf
.
hpp
>
#
include
<
Xdmf
.
hpp
>
...
...
Write
Preview
Supports
Markdown
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