Changeset 791 for sans/XOP_Dev/MonteCarlo
- Timestamp:
- Feb 22, 2011 2:49:56 PM (12 years ago)
- Location:
- sans/XOP_Dev/MonteCarlo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/XOP_Dev/MonteCarlo/DebyeSpheres.h
r790 r791 33 33 waveHndl ywavH; // y coordinate. 34 34 waveHndl xwavH; // x coordinate. 35 //void* tp; //unused void for threadsafe functions35 void* tp; //unused void for threadsafe functions 36 36 double result; 37 37 }DistParam, *DistParamPtr; -
sans/XOP_Dev/MonteCarlo/MonteCarlo.r
r790 r791 49 49 NT_FP64 + WAVE_TYPE, 50 50 }, 51 51 52 "Monte_SANSX2", /* function name */ 52 53 F_UTIL | F_THREADSAFE | F_EXTERNAL, /* function category == UTILITY */ … … 105 106 106 107 "maxDistanceX", /* function name */ 107 F_UTIL | F_ EXTERNAL, /* function category == UTILITY */108 F_UTIL | F_THREADSAFE | F_EXTERNAL, /* function category == UTILITY */ 108 109 NT_FP64, /* return value type */ 109 110 {
Note: See TracChangeset
for help on using the changeset viewer.