File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -588,7 +588,7 @@ void SpaceGroup::InitSpaceGroup(const string &spgId)
588
588
delete mpCCTbxSpaceGroup;
589
589
mpCCTbxSpaceGroup = nsg;
590
590
}
591
- catch (cctbx::error ex1)
591
+ catch (exception ex1)
592
592
{
593
593
try
594
594
{
@@ -599,7 +599,7 @@ void SpaceGroup::InitSpaceGroup(const string &spgId)
599
599
delete mpCCTbxSpaceGroup;
600
600
mpCCTbxSpaceGroup = nsg;
601
601
}
602
- catch (cctbx::error ex2)
602
+ catch (exception ex2)
603
603
{
604
604
(*fpObjCrystInformUser)(" Could not interpret Spacegroup Symbol:" +spgId);
605
605
string emsg = " Space group symbol '" + spgId + " ' not recognized" ;
@@ -644,7 +644,7 @@ void SpaceGroup::InitSpaceGroup(const string &spgId)
644
644
645
645
mExtension =' \0 ' ; // this->GetCCTbxSpg().type().extension();
646
646
}
647
- catch (cctbx::error ex)
647
+ catch (exception ex)
648
648
{
649
649
(*fpObjCrystInformUser)(" Error initializing spacegroup (Incorrect Hall symbol ?):" +spgId);
650
650
if (mId != spgId)
You can’t perform that action at this time.
0 commit comments