Skip to content

Commit

Permalink
delete a line which has not effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangyu-Hu committed Oct 7, 2024
1 parent b708250 commit 60d9903
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,7 @@ class BidirectionalBuffer
buffer_particle_indicator_[index_i] == part_id_ &&
index_i < particles_->TotalRealParticles())
{

particles_->switchToBufferParticle(index_i);
buffer_particle_indicator_[index_i] = 0;
}
mutex_switch.unlock();
}
Expand Down

0 comments on commit 60d9903

Please sign in to comment.