Changeset 1620
- Timestamp:
- Dec 27, 2014 11:14:59 AM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1619 r1620 1554 1554 NShkl = len(G2spc.MustrainNames(SGData)) 1555 1555 NDij = len(G2spc.HStrainNames(SGData)) 1556 UseList[HistName] = SetDefaultDData('PWDR', histoName,NShkl=NShkl,NDij=NDij)1556 UseList[HistName] = SetDefaultDData('PWDR',HistName,NShkl=NShkl,NDij=NDij) 1557 1557 Id = G2gd.GetPatternTreeItemId(self,self.root,HistName) 1558 1558 refList = self.PatternTree.GetItemPyData( -
trunk/imports/G2pwd_xye.py
r1559 r1620 81 81 gotCcomment = True 82 82 continue 83 if S[0] in ["'" '#']:83 if S[0] in ["'",'#']: 84 84 self.comments.append(S[:-1]) 85 85 continue #ignore comments, if any
Note: See TracChangeset
for help on using the changeset viewer.