Changeset d299327 in sasmodels


Ignore:
Timestamp:
Sep 17, 2018 10:57:57 AM (6 years ago)
Author:
richardh
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
c11d09f
Parents:
ee60aa7
Message:

expanded a commenton ER calc in core_shell_bicell_elliptical_belt_rough

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_bicelle_elliptical_belt_rough.c

    ree60aa7 rd299327  
    4141    case 5: // half outer thickness 
    4242        return 0.5*length + thick_face; 
    43     case 6: // half diagonal 
     43    case 6: // half diagonal (this ignores the missing "corners", so may give unexpected answer if thick_face 
     44            //  or thick_rim is extremely large) 
    4445        return radius_from_diagonal(r_minor,x_core,thick_rim,thick_face,length); 
    4546    } 
Note: See TracChangeset for help on using the changeset viewer.