Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
X
Xdmf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xdmf
Xdmf
Commits
ae10af44
Commit
ae10af44
authored
Nov 19, 2013
by
Andrew J. Burns (Cont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for compatibility with Swig 2.0.11, manually defining the missing object type
parent
f4adbc22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Xdmf.i
Xdmf.i
+2
-0
No files found.
Xdmf.i
View file @
ae10af44
...
...
@@ -8,6 +8,7 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
%
module
Xdmf
%
{
#
define
SWIGPY_SLICE_ARG
(
obj
)
((
PySliceObject
*
)
(
obj
))
// MPI Includes
#
include
<
mpi
.
h
>
...
...
@@ -71,6 +72,7 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
#
else
%
module
Xdmf
%
{
#
define
SWIGPY_SLICE_ARG
(
obj
)
((
PySliceObject
*
)
(
obj
))
// XdmfCore Includes
#
include
<
Xdmf
.
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