Changeset 119


Ignore:
Timestamp:
Jul 16, 2010 10:22:41 AM (13 years ago)
Author:
vondreel
Message:

cosmetic changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpeak.py

    r84 r119  
    129129    try:
    130130        i = 0
    131         for xi in x:
     131        for xi in x :
    132132            Go = dlg.Update(i)[0]
    133133            if GoOn:
     
    198198                swobs += w[i]*y[i]**2
    199199                t2 = w[i]*yd[i]
    200                 smin += t2*yd[i]                 
     200                smin += t2*yd[i]
    201201                if first:
    202202                    first = False
     
    208208    finally:
    209209        dlg.Destroy()
    210     print GoOn
    211210    Rwp = smin/swobs
    212211    Rwp = math.sqrt(Rwp)*100.0
Note: See TracChangeset for help on using the changeset viewer.