Changeset 6ee9d39 in sasmodels
- Timestamp:
- Mar 26, 2015 4:06:26 PM (10 years ago)
- 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:
- f3f46cd
- Parents:
- e7724f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/kernel_template.c
r750ffa5 r6ee9d39 16 16 # define kernel extern "C" __declspec( dllexport ) 17 17 inline double trunc(double x) { return x>=0?floor(x):-floor(-x); } 18 inline double fmin(double x, double y) { return x>y ? y : x; } 19 inline double fmax(double x, double y) { return x<y ? y : x; } 18 20 #else 19 21 # define kernel extern "C"
Note: See TracChangeset
for help on using the changeset viewer.