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

@ -3,9 +3,9 @@
<!-- Define how many particles to run and for how many batches -->
<run_mode>eigenvalue</run_mode>
<batches>100</batches>
<batches>20</batches>
<inactive>10</inactive>
<particles>1000</particles>
<particles>1000000</particles>
<!-- The starting source is a uniform distribution over the entire pin
cell. Note that since this is effectively a 2D model, the z coordinates

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;