Add mechanics to save per spot lattice information (WIP)

This commit is contained in:
2026-06-05 14:17:19 +02:00
parent 74c1a7a828
commit 83f467d4dc
10 changed files with 34 additions and 13 deletions
@@ -446,6 +446,8 @@ namespace {
s.ice_ring = GetCBORBool(map_value);
else if (key == "indexed")
s.indexed = GetCBORBool(map_value);
else if (key == "latt")
s.lattice = GetCBORInt(map_value);
else if (key == "h")
s.h = GetCBORInt(map_value);
else if (key == "k")