rnatm

Load and structure data describing an atmosphere
git clone git://git.meso-star.fr/rnatm.git
Log | Files | Refs | README | LICENSE

commit 59481826993c21a87fb6c83841ebc68447699fa1
parent cce41b7e434d14c0513926a99640110dfd00f61c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 23 Aug 2022 15:31:46 +0200

Fix the setup of the acceleration structures

Diffstat:
Msrc/rnatm_octree.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/rnatm_octree.c b/src/rnatm_octree.c @@ -267,6 +267,7 @@ setup_accel_structs ASSERT(istruct < naccel_structs); accel_structs[istruct].iband = iband; accel_structs[istruct].iquad_pt = iquad_pt; + ++istruct; } }