atrstm

Load and structure a combustion gas mixture
git clone git://git.meso-star.fr/atrstm.git
Log | Files | Refs | README | LICENSE

commit 9e9fdb4b85e9e1e81f5d9b2bf18b9ac03ff9bf31
parent 001dda693cf5ae3920506bd57b2872ac39381adc
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 26 Jan 2021 13:32:46 +0100

Mv the atrstm_trace_ray declaration in the atrstm.h file

Diffstat:
Msrc/atrstm.h | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/atrstm.h b/src/atrstm.h @@ -298,12 +298,6 @@ atrstm_fetch_radcoefs_svx_voxel const struct atrstm_fetch_radcoefs_svx_voxel_args* args, atrstm_radcoefs_svx_T radcoefs); /* In m^-1 */ -ATRSTM_API res_T -atrstm_dump_svx_octree - (const struct atrstm* atrstm, - const struct atrstm_dump_svx_octree_args* args, - FILE* stream); - /* Trace a ray into the SVX octree data structure */ ATRSTM_API res_T atrstm_trace_ray @@ -311,6 +305,12 @@ atrstm_trace_ray const struct atrstm_trace_ray_args* args, struct svx_hit* hit); +ATRSTM_API res_T +atrstm_dump_svx_octree + (const struct atrstm* atrstm, + const struct atrstm_dump_svx_octree_args* args, + FILE* stream); + END_DECLS #endif /* ATRSTM_H */