Changeset 582


Ignore:
Timestamp:
May 1, 2012 3:35:03 PM (11 years ago)
Author:
vondreele
Message:

fix to load image controls
fix to sph harmonics calc

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimgGUI.py

    r569 r582  
    209209                        save[key] = val
    210210                    elif key in ['rotation']:
    211                         save[key] = val+90.
     211                        save[key] = float(val)+90.
    212212                    elif key in ['center',]:
    213213                        if ',' in val:
  • trunk/GSASIIlattice.py

    r520 r582  
    959959        if SGLaue in ['mmm','4/mmm','6/mmm','R3mR','3m1','31m']:
    960960            if SGLaue in ['3mR','3m1','31m']:
    961                 if n%6 == 3:
     961                if N%6 == 3:
    962962                    Kcl = pcrs*sind(N*beta)
    963963                else:
Note: See TracChangeset for help on using the changeset viewer.