Ignore:
Timestamp:
Oct 25, 2018 5:03:37 PM (6 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
304c775
Parents:
149eb53
Message:

use 4/3 pi constant when computing R_eff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/core_shell_ellipsoid.c

    ree60aa7 r6d5601c  
    4242{ 
    4343    const double volume_ellipsoid = form_volume(radius_equat_core, x_core, thick_shell, x_polar_shell); 
    44     return cbrt(0.75*volume_ellipsoid/M_PI); 
     44    return cbrt(volume_ellipsoid/M_4PI_3); 
    4545} 
    4646 
Note: See TracChangeset for help on using the changeset viewer.