Changeset 153f8f6 in sasmodels


Ignore:
Timestamp:
Oct 26, 2018 1:05:30 PM (5 years ago)
Author:
Paul Kienzle <pkienzle@…>
Branches:
master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
Children:
c11d09f, aa8c6e0
Parents:
f872fd1
Message:

fix compiler warnings in mono_gauss_coil

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasmodels/models/mono_gauss_coil.c

    rd42dd4a r153f8f6  
    1 static double form_volume(double rg) 
     1static double 
     2form_volume(double rg) 
    23{ 
    34    return 1.0; 
     
    5657} 
    5758 
    58 double Iq(double q, double i_zero, double rg) 
     59static double 
     60Iq(double q, double i_zero, double rg) 
    5961{ 
    6062    return i_zero * gauss_coil(q*rg); 
Note: See TracChangeset for help on using the changeset viewer.