Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
861a6150
Commit
861a6150
authored
Apr 15, 2015
by
peastman
Browse files
Merge pull request #875 from peastman/swig
Fixed compilation error with latest version of SWIG
parents
f0ef7b5b
783cb61a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
wrappers/python/src/swig_doxygen/swig_lib/python/extend.i
wrappers/python/src/swig_doxygen/swig_lib/python/extend.i
+0
-1
No files found.
wrappers/python/src/swig_doxygen/swig_lib/python/extend.i
View file @
861a6150
...
@@ -417,7 +417,6 @@ Parameters:
...
@@ -417,7 +417,6 @@ Parameters:
@
staticmethod
@
staticmethod
def
deserialize
(
inputString
)
:
def
deserialize
(
inputString
)
:
"""Reconstruct an object that has been serialized as XML."""
"""Reconstruct an object that has been serialized as XML."""
#
Look
for
the
first
tag
to
figure
out
what
type
of
object
it
is
.
import
re
import
re
match
=
re
.
search
(
"<([^?]\S*)"
,
inputString
)
match
=
re
.
search
(
"<([^?]\S*)"
,
inputString
)
if
match
is
None
:
if
match
is
None
:
...
...
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