removed unneeded variable

This commit is contained in:
John Tramm 2020-01-03 19:46:32 +00:00
parent 843a0729d2
commit 2e37b1d603
2 changed files with 3 additions and 3 deletions

View file

@ -962,7 +962,7 @@ namespace simulation {
int current_batch;
int current_gen;
int64_t current_work;
//int64_t current_work;
bool initialized {false};
double keff {1.0};
double keff_std;