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
6371f855
Commit
6371f855
authored
Feb 05, 2013
by
Yutong Zhao
Browse files
removed unnecessary print statements
parent
5d4f86a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
wrappers/python/src/swig_doxygen/swig_lib/python/extend.i
wrappers/python/src/swig_doxygen/swig_lib/python/extend.i
+1
-3
No files found.
wrappers/python/src/swig_doxygen/swig_lib/python/extend.i
View file @
6371f855
...
@@ -309,8 +309,6 @@ Parameters:
...
@@ -309,8 +309,6 @@ Parameters:
@
staticmethod
@
staticmethod
def
deserializeState
(
pythonString
)
:
def
deserializeState
(
pythonString
)
:
print
pythonString
print
type
(
pythonString
)
(
simTime
,
periodicBoxVectorsList
,
energy
,
coordList
,
velList
,
(
simTime
,
periodicBoxVectorsList
,
energy
,
coordList
,
velList
,
forceList
,
paramMap
)
=
XmlSerializer
.
_deserializeStringIntoLists
(
pythonString
)
forceList
,
paramMap
)
=
XmlSerializer
.
_deserializeStringIntoLists
(
pythonString
)
...
...
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