Commit 8cd01209 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Removed code left over from debugging.

parent a3aa0548
...@@ -38,12 +38,6 @@ ...@@ -38,12 +38,6 @@
using namespace OpenMM; using namespace OpenMM;
using namespace std; 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() { void testSerialization() {
// Create a Force. // Create a Force.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment