Changeset 3239 for trunk/imports/G2phase.py
- Timestamp:
- Jan 23, 2018 9:51:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase.py
r3224 r3239 138 138 S[12:17].strip(),Type.strip().capitalize(),'',XYZ[0],XYZ[1],XYZ[2], 139 139 float(S[55:61]),SytSym,Mult,'I',Uiso,0,0,0,0,0,0] 140 if S[16] in [' ','A' ]: #remove disorered residues - can't handle them just now141 Atom[3] = Atom[3][:3]140 if S[16] in [' ','A','B']: #remove disorered residues - can't handle them just now 141 # Atom[3] = Atom[3][:3] 142 142 Atom.append(ran.randint(0,sys.maxsize)) 143 143 Atoms.append(Atom)
Note: See TracChangeset
for help on using the changeset viewer.