Skip to content

Commit c27e678

Browse files
committed
Remove declared but unused variables
1 parent 85cd989 commit c27e678

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

exputil/ParticleReader.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2336,7 +2336,6 @@ namespace PR {
23362336
std::vector<double> pos_max(3, -std::numeric_limits<double>::max());
23372337
std::vector<double> vel_max(3, -std::numeric_limits<double>::max());
23382338

2339-
const double pct = 0.003;
23402339
double mtot = 0.0;
23412340
std::vector<double> p(3), v(3);
23422341

0 commit comments

Comments
 (0)