From 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 17 Sep 2026 21:50:34 +0200 Subject: Added include guards --- src/solvers/h48/distribution_h48.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/solvers/h48/distribution_h48.h') diff --git a/src/solvers/h48/distribution_h48.h b/src/solvers/h48/distribution_h48.h index 2cb50aa..b7f3811 100644 --- a/src/solvers/h48/distribution_h48.h +++ b/src/solvers/h48/distribution_h48.h @@ -1,3 +1,6 @@ +#ifndef SOLVERS_H48_DISTRIBUTION_H48_H +#define SOLVERS_H48_DISTRIBUTION_H48_H + /* This file is very similar to ../distibution.h, but some adaptations are needed for H48 because of the intertwined fallback table, and it is easier @@ -74,3 +77,5 @@ getdistribution_h48( c = H48_LINE_EXT(H48_COORDMAX(info->h48h)) % H48_LINE_ALLCOORDS; distr[3] -= H48_LINE_COORDS - c; } + +#endif /* SOLVERS_H48_DISTRIBUTION_H48_H */ -- cgit v1.3