Skip to content
Snippets Groups Projects
Commit 4704d472 authored by de Séréville Nicolas's avatar de Séréville Nicolas
Browse files

+ Fix compilation warnings in TCATSPhysics.cxx

parent 77454bca
No related branches found
No related tags found
No related merge requests found
...@@ -192,8 +192,8 @@ void TCATSPhysics::BuildPhysicalEvent(){ ...@@ -192,8 +192,8 @@ void TCATSPhysics::BuildPhysicalEvent(){
} }
} }
double CalculatedStripX = 0, CalculatedStripY = 0; // double CalculatedStripX = 0, CalculatedStripY = 0;
double posX = 0 , posY = 0; // double posX = 0 , posY = 0;
for(unsigned int i = 0 ; i < NumberOfCATSHit ; i++ ){ for(unsigned int i = 0 ; i < NumberOfCATSHit ; i++ ){
// Return the position in strip unit // Return the position in strip unit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment