Add mechanics to save per spot lattice information (WIP)
This commit is contained in:
@@ -224,6 +224,7 @@ inline void CBOR_ENC(CborEncoder &encoder, const SpotToSave& spot) {
|
||||
CBOR_ENC(mapEncoder, "maxc", spot.maxc);
|
||||
CBOR_ENC(mapEncoder, "ice_ring", spot.ice_ring);
|
||||
CBOR_ENC(mapEncoder, "indexed", spot.indexed);
|
||||
CBOR_ENC(mapEncoder, "latt", spot.lattice);
|
||||
CBOR_ENC(mapEncoder, "image", spot.image);
|
||||
if (spot.indexed) {
|
||||
CBOR_ENC(mapEncoder, "h", spot.h);
|
||||
|
||||
Reference in New Issue
Block a user