schiff

Estimate the radiative properties of soft particless
git clone git://git.meso-star.com/schiff.git
Log | Files | Refs | README | LICENSE

commit 3f6326900f9e3f52f6c6ff2033116b57cda89484
parent 52302e452139e555951f269acd976bd01a5b7199
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 13 May 2026 17:14:31 +0200

Fix an incorrect header-guard

The defined macro was not the one being tested. As a result, the header
content was always included.

Diffstat:
Msrc/schiff_streamline.h | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/schiff_streamline.h b/src/schiff_streamline.h @@ -15,7 +15,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef SCHIFF_STREAMLINE_H -#define SHCIFF_STREAMLINE_H +#define SCHIFF_STREAMLINE_H #include <rsys/stretchy_array.h> #include <string.h> @@ -76,4 +76,3 @@ error: } #endif /* SCHIFF_STREAMLINE_H */ -