Changeset b23b722 in sasview for sansmodels/src/sans
- Timestamp:
- Nov 30, 2011 5:15:27 PM (13 years ago)
- Branches:
- master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
- Children:
- 61cce73
- Parents:
- 3be94e8
- Location:
- sansmodels/src/sans/models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sansmodels/src/sans/models/c_smearer/smearer.cpp
r510e7ad rb23b722 17 17 using namespace std; 18 18 19 19 #if defined(_MSC_VER) 20 #include "winFuncs.h" 21 #endif 20 22 /** 21 23 * Constructor for BaseSmearer -
sansmodels/src/sans/models/libigor/winFuncs.h
r07b5556d rb23b722 5 5 Andrew Jackson, October 2007 6 6 */ 7 8 #ifdef __cplusplus 9 extern "C" { 10 #endif 7 11 8 12 double fmax(double x, double y); … … 23 27 //float erfcf(float x; 24 28 29 #ifdef __cplusplus 30 } 31 #endif 25 32 26 33 // Define INFINITY and NAN
Note: See TracChangeset
for help on using the changeset viewer.