commit c0224868636c1bb4570536b5168fc8d61a7021cd
parent 786baf5807e47b8905226ccf7b44dfe66f5ac944
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 31 Oct 2023 12:47:23 +0100
Wraps the README text in 72 columns
This matches the convention of plain text e-mails. It can therefore be
sent as a publication announcement e-mail without being reformatted.
Diffstat:
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
@@ -28,17 +28,19 @@ Edit config.mk as needed, then run:
### Version 0.0.1
-Fix several bugs when volumetric meshes of the components are not identical:
+Fix several bugs when volumetric meshes of the components are not
+identical:
- Fix the `rnatm_sample_component` function. The cumulative was
- calculated assuming that all components are either present or absent at the
- queried position. Thus, the accumulation was only correct when the volumetric
- meshes were the same for all components.
-- Fix the calculation of the minimum radiative coefficient of a voxel in the
- octree. It was simply miscalculated and its value might not be the minimum.
-- Fix the accumulation of radiative coefficients in the voxels of the octree.
- When the volumetric meshes were not the same for all components, some voxels
- could be "emptied" during the accumulation.
+ calculated assuming that all components are either present or absent
+ at the queried position. Thus, the accumulation was only correct when
+ the volumetric meshes were the same for all components.
+- Fix the calculation of the minimum radiative coefficient of a voxel in
+ the octree. It was simply miscalculated and its value might not be the
+ minimum.
+- Fix the accumulation of radiative coefficients in the voxels of the
+ octree. When the volumetric meshes were not the same for all
+ components, some voxels could be "emptied" during the accumulation.
## Copyrights
@@ -53,6 +55,6 @@ Copyright (C) 2022, 2023 Université Paul Sabatier
## License
-Rad-Net Atmosphere is free software released under the GPL v3+ license: GNU GPL
-version 3 or later. You are welcome to redistribute it under certain
-conditions; refer to the COPYING file for details.
+Rad-Net Atmosphere is free software released under the GPL v3+ license:
+GNU GPL version 3 or later. You are welcome to redistribute it under
+certain conditions; refer to the COPYING file for details.