Commit 5f4c8e4a by Maarten L. Hekkelman

fixed dssp output

parent dd36ab4a
Subproject commit 9aebfcf15f65e3890d7c737dfc82a2ed30f64ff1 Subproject commit ca12d581c0dfc0ea8c2aa3bd779799c18e3e17b0
...@@ -27,13 +27,11 @@ ...@@ -27,13 +27,11 @@
#include <stdexcept> #include <stdexcept>
#define BOOST_TEST_ALTERNATIVE_INIT_API #define BOOST_TEST_ALTERNATIVE_INIT_API
#include <boost/algorithm/string.hpp>
#include <boost/test/included/unit_test.hpp> #include <boost/test/included/unit_test.hpp>
#include "DSSP.hpp" #include "DSSP.hpp"
#include "dssp_wrapper.hpp" #include "dssp_wrapper.hpp"
namespace ba = boost::algorithm;
namespace fs = std::filesystem; namespace fs = std::filesystem;
// -------------------------------------------------------------------- // --------------------------------------------------------------------
......
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