v1.0.0-rc.50
This commit is contained in:
@@ -406,6 +406,8 @@ namespace {
|
||||
s.intensity = GetCBORFloat(map_value);
|
||||
else if (key == "indexed")
|
||||
s.indexed = GetCBORBool(map_value);
|
||||
else if (key == "angle")
|
||||
s.angle_from_ewald_sphere = GetCBORFloat(map_value);
|
||||
else
|
||||
cbor_value_advance(&map_value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user