diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:50:34 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2026-09-17 21:50:34 +0200 |
| commit | 1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88 (patch) | |
| tree | 3eddf00f6f44356596b688325d4ef197c0e673e0 /src/solvers/h48/coordinate.h | |
| parent | aa306fa0a2047f30d585da7923f963e8d321aa0b (diff) | |
| download | nissy-core-1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88.tar.gz nissy-core-1f7e8e937d0e71e7eb3b5deab38b34d0a0159d88.zip | |
Added include guardsHEADmasterinclude-guards
Diffstat (limited to 'src/solvers/h48/coordinate.h')
| -rw-r--r-- | src/solvers/h48/coordinate.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/solvers/h48/coordinate.h b/src/solvers/h48/coordinate.h index 695efc3..acbb9c0 100644 --- a/src/solvers/h48/coordinate.h +++ b/src/solvers/h48/coordinate.h | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | #ifndef SOLVERS_H48_COORDINATE_H | ||
| 2 | #define SOLVERS_H48_COORDINATE_H | ||
| 3 | |||
| 1 | STATIC_INLINE uint64_t coord_h48( | 4 | STATIC_INLINE uint64_t coord_h48( |
| 2 | cube_t, const uint32_t [SIZE(COCSEP_TABLESIZE)], uint8_t); | 5 | cube_t, const uint32_t [SIZE(COCSEP_TABLESIZE)], uint8_t); |
| 3 | STATIC_INLINE uint64_t coord_h48_edges(cube_t, uint64_t, uint8_t, uint8_t); | 6 | STATIC_INLINE uint64_t coord_h48_edges(cube_t, uint64_t, uint8_t, uint8_t); |
| @@ -68,3 +71,5 @@ invcoord_h48( | |||
| 68 | 71 | ||
| 69 | return ret; | 72 | return ret; |
| 70 | } | 73 | } |
| 74 | |||
| 75 | #endif /* SOLVERS_H48_COORDINATE_H */ | ||
