aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/distribution_h48.h
diff options
context:
space:
mode:
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