aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/distribution_h48.h
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:50:34 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-09-17 21:50:34 +0200
commit1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (patch)
tree3eddf00f6f44356596b688325d4ef197c0e673e0 /src/solvers/h48/distribution_h48.h
parentaa306fa0a2047f30d585da7923f963e8d321aa0b (diff)
downloadnissy-core-include-guards.tar.gz
nissy-core-include-guards.zip
Added include guardsHEADmasterinclude-guards
Diffstat (limited to 'src/solvers/h48/distribution_h48.h')
-rw-r--r--src/solvers/h48/distribution_h48.h5
1 files changed, 5 insertions, 0 deletions
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 @@
1#ifndef SOLVERS_H48_DISTRIBUTION_H48_H
2#define SOLVERS_H48_DISTRIBUTION_H48_H
3
1/* 4/*
2This file is very similar to ../distibution.h, but some adaptations are 5This file is very similar to ../distibution.h, but some adaptations are
3needed for H48 because of the intertwined fallback table, and it is easier 6needed for H48 because of the intertwined fallback table, and it is easier
@@ -74,3 +77,5 @@ getdistribution_h48(
74 c = H48_LINE_EXT(H48_COORDMAX(info->h48h)) % H48_LINE_ALLCOORDS; 77 c = H48_LINE_EXT(H48_COORDMAX(info->h48h)) % H48_LINE_ALLCOORDS;
75 distr[3] -= H48_LINE_COORDS - c; 78 distr[3] -= H48_LINE_COORDS - c;
76} 79}
80
81#endif /* SOLVERS_H48_DISTRIBUTION_H48_H */

Generated with cgit - Back to sebastiano.tronto.net