From 2d1a106469e8bd9b2d601381b7fe8cffa30679dc Mon Sep 17 00:00:00 2001 From: Andrej Prochazka Date: Mon, 14 Oct 2019 17:18:20 +0200 Subject: [PATCH] Update catima_calculator.cpp --- bin/catima_calculator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/catima_calculator.cpp b/bin/catima_calculator.cpp index fff7a69..388ca64 100644 --- a/bin/catima_calculator.cpp +++ b/bin/catima_calculator.cpp @@ -251,7 +251,7 @@ Material json_material(json &j){ cout<<"Warning: material thickness = "<0){ + if(z<200){ Material m(a,z,density,th); if(ipot>0)m.I(ipot); return m;