Develop and Download Open Source Software

Browse Subversion Repository

Diff of /BLDConograph_ver1/trunk/src/lattice_symmetry/ReducedLatticeToCheckBravais.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31 by rtomiyasu, Fri Feb 21 01:47:53 2014 UTC revision 32 by rtomiyasu, Sat Aug 6 01:34:09 2016 UTC
# Line 758  void ReducedLatticeToCheckBravais::put_S Line 758  void ReducedLatticeToCheckBravais::put_S
758                  if( !check_equiv_m(S2_red0, S2_red, resol) ) continue;                  if( !check_equiv_m(S2_red0, S2_red, resol) ) continue;
759    
760                  tmat = put_transform_matrix_row3to4(it->first);                  tmat = put_transform_matrix_row3to4(it->first);
761                  putBuergerReducedMonoclinicB(monoclinic_b_type, S2_red, tmat);                  if( !putBuergerReducedMonoclinicB(monoclinic_b_type, S2_red, tmat) ) continue;
762    
763                  S_red_base.insert( SymMat43_Double(S2_red, tmat) );                  S_red_base.insert( SymMat43_Double(S2_red, tmat) );
764          }          }

Legend:
Removed from v.31  
changed lines
  Added in v.32

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26