commit 334a8fa2e463624fe0aeccb963b5a0ad97b7103b parent 656106d599b887c307d2dff4182e85c6e01f68e1 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 28 Jul 2022 15:48:06 +0200 Remove unnecessary commented code Diffstat:
| M | src/rnatm_octree.c | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/rnatm_octree.c b/src/rnatm_octree.c @@ -646,13 +646,6 @@ create_octrees(struct rnatm* atm, const struct rnatm_create_args* args) ATOMIC res = RES_OK; ASSERT(atm); -/* grid_max_def = MMAX(MMAX( - atm->grid_definition[0], atm->grid_definition[1]), atm->grid_definition[2]); - - part_def = MMAX(grid_max_def / 128, 4); - npart_per_thread = part_def * part_def * part_def * 8; - nparts_per_thread = */ - /* Create the vortex partition pool */ pool_args.npreallocated_partitions = NPARTITIONS_PER_THREAD * atm->nthreads; pool_args.npartitions = pool_args.npreallocated_partitions * 64;