Changeset 3300 for trunk/imports/G2phase.py
- Timestamp:
- Mar 1, 2018 2:30:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase.py
r3266 r3300 274 274 SpnFlp = np.array([int(float(s)) for s in EXPphase[key].split()]) 275 275 SpnFlp = np.where(SpnFlp==0,1,SpnFlp) 276 SpnFlp = [1,]+list(SpnFlp) 276 277 if SGData['SpGrp'][0] in ['A','B','C','I','R','F']: 277 278 SpnFlp = list(SpnFlp)+[1,1,1,1]
Note: See TracChangeset
for help on using the changeset viewer.