commit c2404fd863ee8c46031874cab00b74a51a531b26
parent 42054b5feb57655e2e6842365d4b9ecf295e5c6d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 31 Jan 2019 11:29:05 +0100
Print the clouds bounding box.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/htrdr_sky.c b/src/htrdr_sky.c
@@ -1148,6 +1148,9 @@ setup_clouds
goto error;
}
+ htrdr_log(sky->htrdr, "Clouds bounding box: {%g, %g, %g} / {%g, %g, %g}.\n",
+ SPLIT3(sky->htcp_desc.lower), SPLIT3(sky->htcp_desc.upper));
+
/* Define the number of voxels */
nvoxs[0] = sky->htcp_desc.spatial_definition[0];
nvoxs[1] = sky->htcp_desc.spatial_definition[1];