cburstedde / p4est

The "p4est" forest-of-octrees library
www.p4est.org/
GNU General Public License v2.0
261 stars 115 forks source link

Move bsearch function up #285

Closed tim-griesbach closed 9 months ago

tim-griesbach commented 9 months ago

Move bsearch function up

Proposed changes: The function p4est_bsearch_partition was placed between p4est_transfer_custom and p4est_transfer_begin. The function is moved to the top of p4est_communication.{c,h} and of p8est_communication.h to make the ordering of the functions more consistent.

cburstedde commented 9 months ago

Thanks!