From 6056fd46fa6b67df5b1b1bc4b92e8815e0b5ce78 Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Fri, 26 Jan 2018 10:33:46 +0100 Subject: [PATCH] =?UTF-8?q?irings=20in=20surfaces=20in=20GML=20weren?= =?UTF-8?q?=E2=80=99t=20read=20properly=20:\?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/input.cpp | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/input.cpp b/src/input.cpp index 88566542..c8832cd6 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -309,7 +309,7 @@ Surface* process_gml_surface(const pugi::xml_node& n, int id, std::mapnode().select_nodes(s.c_str()); + pugi::xpath_node_set nint = p.node().select_nodes(s.c_str()); for (pugi::xpath_node_set::const_iterator it = nint.begin(); it != nint.end(); ++it) { std::vector r = process_gml_ring(it->node(), sh, errs); if (fliporientation == true) diff --git a/src/main.cpp b/src/main.cpp index baf998b0..1f4a104a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,7 +42,7 @@ using namespace std; using namespace val3dity; using json = nlohmann::json; -std::string VAL3DITY_VERSION = "2.0.3"; +std::string VAL3DITY_VERSION = "2.0.4"; std::string print_summary_validation(std::map>& dPrimitives, std::map& dCOerrors, IOErrors& ioerrs);