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
CrayzeeWulf
Xdmf
Commits
31a8e054
Commit
31a8e054
authored
Sep 09, 2010
by
Brian Panneton
Committed by
Kenneth Leiter
Sep 23, 2010
Browse files
FIX: Added renaming of XdmfSet.hpp methods for getAttribute() const
parent
7503009f
Changes
1
Hide whitespace changes
Inline
Side-by-side
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
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