Changeset 19f996b in sasmodels


Ignore:
Timestamp:
Mar 3, 2017 4:02:42 PM (7 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:
5a0b3d7
Parents:
f700b59
Message:

stacked disks: remove unnecessary int→float implicit conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/stacked_disks.c

    rc3ccaec r19f996b  
    44    double thick_layer, 
    55    double radius, 
    6     double n_stacking, 
     6    int n_stacking, 
    77    double sigma_dnn, 
    88    double core_sld, 
     
    6666    double thick_layer, 
    6767    double radius, 
    68     double n_stacking, 
     68    int n_stacking, 
    6969    double sigma_dnn, 
    7070    double core_sld, 
Note: See TracChangeset for help on using the changeset viewer.