Skip to content

Commit

Permalink
Merge pull request #226 from paolafer/remove-compilation-warning
Browse files Browse the repository at this point in the history
Remove unused variable
  • Loading branch information
paolafer authored Nov 23, 2023
2 parents aed61e6 + 49054dd commit 582b2df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/materials/XenonProperties.cc
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ std::pair<G4int, G4int> MakeXeDensityDataTable(std::vector<std::vector<G4double>
getline(inFile, thisline); // don't use first line
G4int npressures = 0;
G4int ntemps = 0;
G4int count = 0;
G4double thistemp = 0;
G4double temp, press, dens;
char comma;
Expand All @@ -281,7 +280,6 @@ std::pair<G4int, G4int> MakeXeDensityDataTable(std::vector<std::vector<G4double>
ntemps++;
npressures = 1;
}
count++;
}

npressures = npressures-1;
Expand Down

0 comments on commit 582b2df

Please sign in to comment.