Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/pearl_necklace.py

    ra807206 r4962519  
    112112    """ 
    113113    tot_vol = volume(radius, edge_sep, thick_string, num_pearls) 
    114     rad_out = pow((3.0*tot_vol/4.0/pi), 0.33333) 
     114    rad_out = (tot_vol/(4.0/3.0*pi)) ** (1./3.) 
    115115    return rad_out 
    116116 
Note: See TracChangeset for help on using the changeset viewer.