Changeset 153f8f6 in sasmodels
- Timestamp:
- Oct 26, 2018 3:05:30 PM (6 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/mono_gauss_coil.c
rd42dd4a r153f8f6 1 static double form_volume(double rg) 1 static double 2 form_volume(double rg) 2 3 { 3 4 return 1.0; … … 56 57 } 57 58 58 double Iq(double q, double i_zero, double rg) 59 static double 60 Iq(double q, double i_zero, double rg) 59 61 { 60 62 return i_zero * gauss_coil(q*rg);
Note: See TracChangeset
for help on using the changeset viewer.