Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jtramm committed Jan 21, 2020
1 parent e4c2dcf commit 9e55eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/event.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ void enqueue_particle(QueueItem* queue, int64_t& length, Particle* p,
void dispatch_xs_event(int64_t i)
{
Particle* p = &simulation::particles[i];
int64_t idx;
if (p->material_ == MATERIAL_VOID ||
!model::materials[p->material_]->fissionable_) {
enqueue_particle(simulation::calculate_nonfuel_xs_queue.get(),
Expand Down

0 comments on commit 9e55eae

Please sign in to comment.