Changeset 3656 for trunk/GSASIIlattice.py
- Timestamp:
- Oct 8, 2018 12:32:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIlattice.py
r3654 r3656 421 421 else: 422 422 return None 423 elif 'mono' in SGData['SGSys'] :424 return None #temp. disable423 elif 'mono' in SGData['SGSys'] and not 'P_A' in Phase['Name']: #skip the one that doesn't work 424 # return None #temp. disable 425 425 newcell = TransformCell(controls[6:12],Trans) 426 426 MatsA = np.array([[1.,0.,0.],[0.,1.,0.],[1.,0,1.]])
Note: See TracChangeset
for help on using the changeset viewer.