Changeset 3334 for trunk/imports/G2phase_CIF.py
- Timestamp:
- Apr 2, 2018 5:00:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase_CIF.py
r3276 r3334 281 281 M,C,S = G2spc.MagSSText2MTS(cent[centid]) 282 282 SSGData['SSGCen'].append(C) 283 if not C[3]: 284 SGData['SGCen'].append(C[:3]) 283 SGData['SGCen'].append(C[:3]) 284 # if not C[3]: 285 # SGData['SGCen'].append(C[:3]) 285 286 censpn += list(np.array(spnflp)*S) 286 287 self.MPhase['General']['SSGData'] = SSGData
Note: See TracChangeset
for help on using the changeset viewer.