Changeset d42dd4a in sasmodels for sasmodels/models/pringle.c


Ignore:
Timestamp:
Oct 26, 2018 12:18:32 PM (6 years ago)
Author:
pkienzle
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
f872fd1
Parents:
12f4c19
Message:

fix compiler warnings for CUDA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/pringle.c

    r6d5601c rd42dd4a  
    108108{ 
    109109    switch (mode) { 
     110    default: 
    110111    case 1: // equivalent sphere 
    111112        return cbrt(M_PI*radius*radius*thickness/M_4PI_3); 
Note: See TracChangeset for help on using the changeset viewer.