commit 5a3d91414445ef7cd6760a1b7bd6b9dfdd503122 parent 9fd177178dd6bd718776eaa5cf77365f18c85936 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Fri, 14 Feb 2025 15:42:01 +0100 planets: raw buffer configuration corrected It was not configured when necessary Diffstat:
| M | src/planets/htrdr_planets.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/planets/htrdr_planets.c b/src/planets/htrdr_planets.c @@ -507,7 +507,7 @@ setup_volrad_budget_mesh res_T res = RES_OK; ASSERT(cmd && args); - if(cmd->output_type == HTRDR_PLANETS_ARGS_OUTPUT_VOLUMIC_RADIATIVE_BUDGET) + if(cmd->output_type != HTRDR_PLANETS_ARGS_OUTPUT_VOLUMIC_RADIATIVE_BUDGET) goto exit; /* Store the number of samples per tetrahedron to be used */