formatting sweep

This commit is contained in:
John Tramm 2020-01-14 02:14:09 +00:00
parent 1f3bc2c4d3
commit 63ef983f19
16 changed files with 37 additions and 53 deletions

View file

@ -121,9 +121,9 @@ 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);
std::stringstream msg;
msg << "p->trace = " << p->trace_;
write_message(msg, 1);
}
if (found && (settings::verbosity >= 10 || p->trace_)) {
std::stringstream msg;