"ssh:/git@developer.sourcefind.cn:2222/tsoc/openmm.git" did not exist on "7492dc48a076d0a83da25d78e9967dbf7166ff28"
Commit 7abe5160 authored by zhanghj2's avatar zhanghj2
Browse files

open check_if_all_features_are_supported_and_abort

parent 755d8be7
......@@ -245,7 +245,7 @@ public:
}
inline void run(const RunArgT &params, const std::vector<FeatureT> &required_features) {
// check_if_all_features_are_supported_and_abort(required_features);
check_if_all_features_are_supported_and_abort(required_features);
run_(params, required_features);
}
};
......
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