aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/h48/coordinate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/h48/coordinate.h')
-rw-r--r--src/solvers/h48/coordinate.h5
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
1STATIC_INLINE uint64_t coord_h48( 4STATIC_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);
3STATIC_INLINE uint64_t coord_h48_edges(cube_t, uint64_t, uint8_t, uint8_t); 6STATIC_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 */

Generated with cgit - Back to sebastiano.tronto.net