Changes in / [708bc7a:850788e] in sasmodels


Ignore:
Location:
sasmodels
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/conversion_table.py

    re65c3ba rfa8e6dc  
    854854            "TwoPowerLawModel", 
    855855        ], 
    856         "unified_power_Rg": [ 
     856        "unified_power_rg": [ 
    857857            "UnifiedPowerRg", 
    858858            dict(((field_new+str(index), field_old+str(index)) 
  • sasmodels/convert.py

    rb297ba9 rfa8e6dc  
    606606            if pars['volfraction_a'] > 0.5: 
    607607                pars['volfraction_a'] = 1.0 - pars['volfraction_a'] 
    608         elif name == 'unified_power_Rg': 
     608        elif name == 'unified_power_rg': 
    609609            pars['level'] = int(pars['level']) 
    610610 
  • sasmodels/models/guinier_porod.py

    r0507e09 rfa8e6dc  
    55such as rods or platelets, and shapes intermediate between spheres 
    66and rods or between rods and platelets, and overcomes some of the 
    7 deficiencies of the (Beaucage) Unified_Power_Rg model (see Hammouda, 2010). 
     7deficiencies of the (Beaucage) :ref:`unified_power_rg` model (see Hammouda, 2010). 
    88 
    99Definition 
Note: See TracChangeset for help on using the changeset viewer.