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
8cd01209
Commit
8cd01209
authored
Apr 12, 2014
by
John Chodera (MSKCC)
Browse files
Removed code left over from debugging.
parent
a3aa0548
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
serialization/tests/TestSerializeCustomNonbondedForce.cpp
serialization/tests/TestSerializeCustomNonbondedForce.cpp
+0
-6
No files found.
serialization/tests/TestSerializeCustomNonbondedForce.cpp
View file @
8cd01209
...
...
@@ -38,12 +38,6 @@
using
namespace
OpenMM
;
using
namespace
std
;
void
show_set
(
std
::
set
<
int
>
&
set
)
{
for
(
std
::
set
<
int
>::
iterator
it
=
set
.
begin
();
it
!=
set
.
end
();
it
++
)
cout
<<
*
it
<<
" "
;
cout
<<
endl
;
}
void
testSerialization
()
{
// Create a Force.
...
...
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