Changeset d680a2b in sasmodels for sasmodels/models


Ignore:
Timestamp:
Jul 19, 2016 8:04:20 AM (8 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
562506e, 42356c8
Parents:
c7ff92c
Message:

fix typo in rpa model definition (not: changes values produced)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/rpa.c

    r51ec7e8 rd680a2b  
    7979  Xa=q*q*b[0]*b[0]*N[0]/6.0; 
    8080  Xb=q*q*b[1]*b[1]*N[1]/6.0; 
    81   Xc=q*q*b[2]*b[1]*N[2]/6.0;  // PAK: not b2*b2? 
    82   Xd=q*q*b[3]*b[1]*N[3]/6.0;  // PAK: not b3*b3? 
     81  Xc=q*q*b[2]*b[2]*N[2]/6.0; 
     82  Xd=q*q*b[3]*b[3]*N[3]/6.0; 
    8383 
    8484  Paa=2.0*(exp(-Xa)-1.0+Xa)/(Xa*Xa); 
Note: See TracChangeset for help on using the changeset viewer.