diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-05 23:17:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-05 23:17:57 +0200 |
| commit | 8f6ac739c35c1d94adc504eb74a41b64d94a953f (patch) | |
| tree | 79af7b28613d20a6bea1ae7b5b3a6afae1180fc8 /src/solvers/h48/solve.h | |
| parent | ce2d2d1339b2e0f8f7bb4c5392acf4fbf4e00f03 (diff) | |
| download | nissy-core-8f6ac739c35c1d94adc504eb74a41b64d94a953f.tar.gz nissy-core-8f6ac739c35c1d94adc504eb74a41b64d94a953f.zip | |
Remove unnecessary _Atomics
Diffstat (limited to 'src/solvers/h48/solve.h')
| -rw-r--r-- | src/solvers/h48/solve.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/solvers/h48/solve.h b/src/solvers/h48/solve.h index c6fe8b7..3948b15 100644 --- a/src/solvers/h48/solve.h +++ b/src/solvers/h48/solve.h | |||
| @@ -8,8 +8,8 @@ typedef struct { | |||
| 8 | int64_t maxsolutions; | 8 | int64_t maxsolutions; |
| 9 | uint8_t h; | 9 | uint8_t h; |
| 10 | uint8_t k; | 10 | uint8_t k; |
| 11 | _Atomic const uint32_t *cocsepdata; | 11 | const uint32_t *cocsepdata; |
| 12 | _Atomic const uint8_t *h48data; | 12 | const uint8_t *h48data; |
| 13 | char **nextsol; | 13 | char **nextsol; |
| 14 | uint8_t nissbranch; | 14 | uint8_t nissbranch; |
| 15 | int8_t npremoves; | 15 | int8_t npremoves; |
