00001 // 00002 // checkcompatiblesymmetry.hh 00003 // 00004 00005 #ifndef CHECKCOMPATIBLESYMMETRY_HEADER 00006 #define CHECKCOMPATIBLESYMMETRY_HEADER 00007 00008 #include "hkl_symmetry.hh" 00009 00010 namespace scala { 00011 //-------------------------------------------------------------- 00012 // Check that test set and reference sets are compatible 00013 // (1) they should have the same crystal system even if different Laue group 00014 // (2) if the test set is merged, then they should have the same Laue group 00015 // Fails (fatal) if this is not so 00016 // Return true if same Laue group 00017 bool CheckCompatibleSymmetry(const hkl_symmetry& RefSym, 00018 const hkl_symmetry& TestSym, 00019 const bool& TestDataMerged); 00020 } 00021 00022 #endif
1.6.3