From f6996b7dda5aeb8671165e57a4ad8de63e7628f4 Mon Sep 17 00:00:00 2001 From: YuSanka Date: Wed, 25 Sep 2019 12:45:39 +0200 Subject: [PATCH] Try to fix Linux build --- src/admesh/stl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admesh/stl.h b/src/admesh/stl.h index 43999d365..a6989ca6e 100644 --- a/src/admesh/stl.h +++ b/src/admesh/stl.h @@ -90,7 +90,7 @@ struct stl_neighbors { struct stl_stats { stl_stats() { memset(&header, 0, 81); } - char header[81] = ""; + char header[81];// = ""; stl_type type = (stl_type)0; uint32_t number_of_facets = 0; stl_vertex max = stl_vertex::Zero();