From f62d98e76b9dff173f9144caddff1217d0bb81a9 Mon Sep 17 00:00:00 2001 From: Arnur Nigmetov Date: Wed, 19 Feb 2020 17:42:41 +0100 Subject: Require first file line specify the format. 1. Input format must be in the first line of input file, as in RIVET. 2. Disable more unnecessary output. 3. Get rid of some warnings. --- matching/src/simplex.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'matching/src/simplex.cpp') diff --git a/matching/src/simplex.cpp b/matching/src/simplex.cpp index b490db0..6b53680 100644 --- a/matching/src/simplex.cpp +++ b/matching/src/simplex.cpp @@ -62,7 +62,6 @@ namespace md { void Simplex::init_rivet(std::string s) { -// throw std::runtime_error("Not implemented"); auto delim_pos = s.find_first_of(";"); assert(delim_pos > 0); std::string vertices_str = s.substr(0, delim_pos); -- cgit v1.2.3