commit 2b9418b4f8f38695589a6a2e0c17302a9c471609
parent ad33c342ff26dc7671b0077679d0646b04527998
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 30 Oct 2023 16:09:32 +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, 11 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md
@@ -1,8 +1,8 @@
# High-Tune: Mie
-This C library loads the optical properties of water droplets obtained by a
-Mie scattering evaluation and saved in htmie format. See `htmie.5` for format
-specification.
+This C library loads the optical properties of water droplets obtained
+by a Mie scattering evaluation and saved in htmie format. See `htmie.5`
+for format specification.
## Requirements
@@ -27,8 +27,8 @@ Use scdoc rather than asciidoc as file format for man sources.
### Version 0.0.3
-Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has become
-obsolete.
+Sets the CMake minimum version to 3.1: since CMake 3.20, version 2.8 has
+become obsolete.
### Version 0.0.2
@@ -37,8 +37,9 @@ Fix compilation warnings when using the NetCDF library in version 4.4.0.
### Version 0.0.1
- Fix compilation errors when using the NetCDF library in version 4.4.0.
-- Minor correction of linear interpolation: the interpolation parameter was not
- correctly truncated between [0,1] in order to handle numerical inaccuracy.
+- Minor correction of linear interpolation: the interpolation parameter
+ was not correctly truncated between [0,1] in order to handle numerical
+ inaccuracy.
## Copyrights
@@ -48,6 +49,6 @@ Copyright (C) 2018 Université Paul Sabatier
## License
-HTMie 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.
+HTMie 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.