Changeset 4f79d94 in sasmodels


Ignore:
Timestamp:
Oct 16, 2016 12:25:50 PM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
ff1fff5
Parents:
68425bf
Message:

binary_hard_sphere: remove commented-out code for sph_j1c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/binary_hard_sphere.c

    r3a48772 r4f79d94  
    5858    qr2 = r2*q; 
    5959 
    60     //if (qr1 == 0){ 
    61         //sc1 = 1.0/3.0; 
    62     //}else{ 
    63         //sc1 = (sin(qr1)-qr1*cos(qr1))/qr1/qr1/qr1; 
    64     //} 
    65     //if (qr2 == 0){ 
    66         //sc2 = 1.0/3.0; 
    67     //}else{ 
    68         //sc2 = (sin(qr2)-qr2*cos(qr2))/qr2/qr2/qr2; 
    69     //} 
    7060    sc1 = sph_j1c(qr1); 
    7161    sc2 = sph_j1c(qr2); 
Note: See TracChangeset for help on using the changeset viewer.