Add mechanics to save per spot lattice information (WIP)
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user