File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ void SpaceGroup::InitSpaceGroup(const string &spgId)
588588 delete mpCCTbxSpaceGroup;
589589 mpCCTbxSpaceGroup = nsg;
590590 }
591- catch (cctbx::error ex1)
591+ catch (exception ex1)
592592 {
593593 try
594594 {
@@ -599,7 +599,7 @@ void SpaceGroup::InitSpaceGroup(const string &spgId)
599599 delete mpCCTbxSpaceGroup;
600600 mpCCTbxSpaceGroup = nsg;
601601 }
602- catch (cctbx::error ex2)
602+ catch (exception ex2)
603603 {
604604 (*fpObjCrystInformUser)(" Could not interpret Spacegroup Symbol:" +spgId);
605605 string emsg = " Space group symbol '" + spgId + " ' not recognized" ;
@@ -644,7 +644,7 @@ void SpaceGroup::InitSpaceGroup(const string &spgId)
644644
645645 mExtension =' \0 ' ; // this->GetCCTbxSpg().type().extension();
646646 }
647- catch (cctbx::error ex)
647+ catch (exception ex)
648648 {
649649 (*fpObjCrystInformUser)(" Error initializing spacegroup (Incorrect Hall symbol ?):" +spgId);
650650 if (mId != spgId)
You can’t perform that action at this time.
0 commit comments