Unverified Commit 05f310ef authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

move misplaced neighbor list print log out output call

parent 3c19a496
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1544,8 +1544,8 @@ void Neighbor::print_pairwise_info()
    if (lists[i]->bin_method == 0) out += "bin: none\n";
    else out += fmt::format("bin: {}\n",binnames[lists[i]->bin_method-1]);

    utils::logmesg(lmp,out);
  }
  utils::logmesg(lmp,out);
}

/* ----------------------------------------------------------------------