formatting cleanup

This commit is contained in:
John Tramm 2020-01-14 19:30:18 +00:00
parent a44e355ff0
commit d6d804600f
10 changed files with 17 additions and 37 deletions

View file

@ -119,12 +119,6 @@ find_cell_inner(Particle* p, const NeighborList* neighbor_list)
}
// Announce the cell that the particle is entering.
if( p->trace_ )
{
std::stringstream msg;
msg << "p->trace = " << p->trace_;
write_message(msg, 1);
}
if (found && (settings::verbosity >= 10 || p->trace_)) {
std::stringstream msg;
msg << " Entering cell " << model::cells[i_cell]->id_;