Changeset 2116 for trunk/imports/G2phase.py
- Timestamp:
- Jan 7, 2016 12:40:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase.py
r2050 r2116 413 413 elif 'spgroup' in S: 414 414 if 'X' in S: 415 raise self.ImportException(" Supersymmetry "+S+" too high; GSAS-II limited to (3+1) supersymmetry")415 raise self.ImportException("Ad hoc Supersymmetry centering "+S+" not allowed in GSAS-II") 416 416 SpGrp = S.split()[1] 417 417 SuperSg = ''
Note: See TracChangeset
for help on using the changeset viewer.