Changeset 1620


Ignore:
Timestamp:
Dec 27, 2014 11:14:59 AM (8 years ago)
Author:
vondreele
Message:

histoName should be HistName? in GGASII.py line 1556
missing comma in G2pwd_xye.py for '#' comments

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r1619 r1620  
    15541554            NShkl = len(G2spc.MustrainNames(SGData))
    15551555            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)
    15571557            Id = G2gd.GetPatternTreeItemId(self,self.root,HistName)
    15581558            refList = self.PatternTree.GetItemPyData(
  • trunk/imports/G2pwd_xye.py

    r1559 r1620  
    8181                        gotCcomment = True
    8282                        continue   
    83                     if S[0] in ["'"'#']:
     83                    if S[0] in ["'",'#']:
    8484                        self.comments.append(S[:-1])
    8585                        continue       #ignore comments, if any
Note: See TracChangeset for help on using the changeset viewer.