From 9a5fce9b46a731ea943d171282e14db4e9d37e65 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wouter.deconinck@umanitoba.ca>
Date: Tue, 21 Sep 2021 17:37:29 +0000
Subject: [PATCH] Comment out unused variables

---
 src/tools/src/npdet_to_teve.cxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tools/src/npdet_to_teve.cxx b/src/tools/src/npdet_to_teve.cxx
index b310b1e3..e45c4d5c 100644
--- a/src/tools/src/npdet_to_teve.cxx
+++ b/src/tools/src/npdet_to_teve.cxx
@@ -266,7 +266,7 @@ void run_part_mode(const settings& s)
       //return;
     }
 
-    int         istate = gGeoManager->GetCurrentNodeId();
+    //int         istate = gGeoManager->GetCurrentNodeId();
     std::string ipath  = gGeoManager->GetPath();
 
     auto pcolor        = s.part_name_colors.find(p)->second;
@@ -286,7 +286,7 @@ void run_part_mode(const settings& s)
     eve_nodes[0] = res;
 
     TGeoIterator nextNode( node->GetVolume() );
-    int path_index = 0;
+    //int path_index = 0;
     TGeoNode* currentNode = nullptr;
 
     while( (currentNode = nextNode()) ) {
-- 
GitLab