diff options
Diffstat (limited to 'src/solvers/h48/distribution_h48.h')
| -rw-r--r-- | src/solvers/h48/distribution_h48.h | 5 |
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 | /* |
| 2 | This file is very similar to ../distibution.h, but some adaptations are | 5 | This file is very similar to ../distibution.h, but some adaptations are |
| 3 | needed for H48 because of the intertwined fallback table, and it is easier | 6 | needed 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 */ | ||
