From ee052cd6228359abe2ffa29d539e9c0c6a08a1e2 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Mon, 6 Apr 2020 14:09:33 +0200 Subject: [PATCH] fix test_io_tds_3 --- TDS_3/test/TDS_3/test_io_tds3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TDS_3/test/TDS_3/test_io_tds3.cpp b/TDS_3/test/TDS_3/test_io_tds3.cpp index 98ed299540e..10bfcedc030 100644 --- a/TDS_3/test/TDS_3/test_io_tds3.cpp +++ b/TDS_3/test/TDS_3/test_io_tds3.cpp @@ -61,7 +61,7 @@ int main() // we now have a simplex in dimension 4 // cell incident to PV[0] Cell_handle c = PV[0]->cell(); - int ind; + int ind=0; // PV[0] is the vertex of index ind in c // insertion of a new vertex in the facet opposite to PV[0] PV[5] = T.insert_in_facet(c, ind);