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
Xdmf
Xdmf
Commits
31a8e054
Commit
31a8e054
authored
Sep 09, 2010
by
Brian Panneton
Committed by
Kenneth Leiter
Sep 23, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: Added renaming of XdmfSet.hpp methods for getAttribute() const
parent
7503009f
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 @
31a8e054
...
...
@@ -85,6 +85,8 @@ swig -v -c++ -python -o XdmfPython.cpp Xdmf.i
%
ignore
XdmfAttributeType
::
operator
==
(
const
XdmfAttributeType
&
attributeType
)
const
;
%
ignore
XdmfAttributeType
::
operator
!=
(
const
XdmfAttributeType
&
attributeType
)
const
;
%
rename
(
getAttributeUIntConst
)
XdmfSet
::
getAttribute
(
unsigned
int
const
)
const
;
%
rename
(
getAttributeStrConst
)
XdmfSet
::
getAttribute
(
std
::
string
const
&
)
const;
#
endif
...
...
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