Changeset 4831
- Timestamp:
- Feb 27, 2021 11:59:43 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2sfact.py
r3756 r4831 150 150 self.errors = ' Error reading line '+str(line+1) 151 151 if S[0] == '#': continue #ignore comments, if any 152 h,k,l = S[:12].split() 152 h,k,l = S[:4],S[4:8],S[8:12] 153 # h,k,l = S[:12].split() 153 154 Fo,sigFo = S[12:].split()[:2] 154 155 # h,k,l,Fo,sigFo = S[:4],S[4:8],S[8:12],S[12:20],S[20:28]
Note: See TracChangeset
for help on using the changeset viewer.