Commit ddceaa1b authored by Peter Eastman's avatar Peter Eastman
Browse files

A test case accidentally got commented got.

parent 52a68c81
...@@ -199,7 +199,7 @@ void testConstrainedClusters() { ...@@ -199,7 +199,7 @@ void testConstrainedClusters() {
int main() { int main() {
try { try {
testSingleBond(); testSingleBond();
// testConstraints(); testConstraints();
testConstrainedClusters(); testConstrainedClusters();
} }
catch(const exception& e) { catch(const exception& e) {
......
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