Changeset abdd01c in sasmodels for sasmodels/models/rpa.c


Ignore:
Timestamp:
Apr 25, 2016 10:28:27 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:
fa227d3
Parents:
81cd2a2
Message:

floating point constants should include decimal point

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/rpa.c

    r13ed84c rabdd01c  
    3939    Phia=Phib=0.0000001; 
    4040    Kab=Kac=Kad=Kbc=Kbd=-0.0004; 
    41     La=Lb=1e-12; 
     41    La=Lb=1.0e-12; 
    4242    va=vb=100.0; 
    4343    ba=bb=5.0; 
     
    4545    Phia=0.0000001; 
    4646    Kab=Kac=Kad=-0.0004; 
    47     La=1e-12; 
     47    La=1.0e-12; 
    4848    va=100.0; 
    4949    ba=5.0; 
Note: See TracChangeset for help on using the changeset viewer.