jfjoch_broker: Don't broadcast primitive lattice through CBOR

This commit is contained in:
2025-12-01 13:19:58 +01:00
parent 098a05d392
commit 0842971183
5 changed files with 1 additions and 8 deletions
@@ -431,7 +431,6 @@ inline void CBOR_ENC(CborEncoder &encoder, const char* key, const LatticeMessage
case gemmi::CrystalSystem::Cubic: cs_name = "cubic"; break;
}
CBOR_ENC(mapEncoder, "system", std::string(cs_name));
CBOR_ENC(mapEncoder, "primitive_lattice", val.primitive.GetVector());
cborErr(cbor_encoder_close_container(&encoder, &mapEncoder));
}