Changeset 7d256c8 in sasmodels


Ignore:
Timestamp:
Jan 21, 2016 2:43:17 PM (8 years ago)
Author:
krzywon
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:
eb46451
Parents:
0da2a01
Message:

Removing unused variables from Si(x) function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/lib/Si.c

    r0420af7 r7d256c8  
    44double Si(double x) 
    55{ 
    6         int i; 
    7         int nmax=10; 
    86        double out; 
    9         long power; 
    107        double pi = 4.0*atan(1.0); 
    118 
Note: See TracChangeset for help on using the changeset viewer.