rnatm

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

commit dd387233f1c7799df72085899d823b91f25d69c3
parent 2847f14eaa3231788b44b3609ed77f3a624ba414
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  8 Nov 2022 12:01:44 +0100

Fix a comment spelling mistake

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

diff --git a/src/rnatm_octree.c b/src/rnatm_octree.c @@ -840,7 +840,7 @@ voxelize_atmosphere * structures for the spectral bands submitted; currently we are building one * octree per quadrature point of each band. And each octree requires a * complete voxelization of the atmospheric meshes which takes time. To - * amortize this cost without prohitive increase in memory space, one fills + * amortize this cost without prohibitive increase in memory space, one fills * up to N octrees from a single voxelization of the mesh. The number of * batches corresponds to the total number of voxelization required */ accel_structs = darray_accel_struct_data_get(&atm->accel_structs);