arb:: fixed not recreating the geometry

This commit is contained in:
Zeno Rogue 2019-12-27 12:05:28 +01:00
parent 31b9310552
commit 9da8708835
1 changed files with 2 additions and 0 deletions

View File

@ -879,6 +879,8 @@ EX void check_cgi() {
if(IRREGULAR) V("IRR", its(irr::irrid));
if(arcm::in()) V("ARCM", arcm::current.symbol);
if(arb::in()) V("ARB", arb::current.name);
if(cryst) V("CRYSTAL", its(ginf[gCrystal].sides) + its(ginf[gCrystal].vertex));