From 1ba5611672cacaaf95be0009b9424bccf1151af1 Mon Sep 17 00:00:00 2001 From: Yggdrasil75 Date: Wed, 11 Feb 2026 07:01:42 -0500 Subject: [PATCH] fix a minor bug --- util/grid/grid3eigen.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/util/grid/grid3eigen.hpp b/util/grid/grid3eigen.hpp index bea4900..b1b20f9 100644 --- a/util/grid/grid3eigen.hpp +++ b/util/grid/grid3eigen.hpp @@ -340,8 +340,6 @@ private: readVal(in, pt->emittance); readVal(in, pt->refraction); readVal(in, pt->reflection); - int shapeInt; - readVal(in, shapeInt); node->points.push_back(pt); } } else {