Changeset 790 for sans/XOP_Dev/MonteCarlo/DebyeSpheres.h
- Timestamp:
- Feb 16, 2011 5:39:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/XOP_Dev/MonteCarlo/DebyeSpheres.h
r789 r790 40 40 // result is the last parameter, always. 41 41 typedef struct BinParam { 42 double p2; 43 double p1; // start and stop of the outer index 42 44 double binWidth; 43 45 double grid; … … 46 48 waveHndl ywavH; // y coordinate. 47 49 waveHndl xwavH; // x coordinate. 48 //void* tp; //unused void for threadsafe functions50 void* tp; //unused void for threadsafe functions 49 51 double result; 50 52 }BinParam, *BinParamPtr; … … 53 55 // result is the last parameter, always. 54 56 typedef struct BinSLDParam { 57 double p2; 58 double p1; // start and stop of the outer index 55 59 double binWidth; 56 60 double grid; … … 62 66 waveHndl ywavH; // y coordinate. 63 67 waveHndl xwavH; // x coordinate. 64 //void* tp; //unused void for threadsafe functions68 void* tp; //unused void for threadsafe functions 65 69 double result; 66 70 }BinSLDParam, *BinSLDParamPtr;
Note: See TracChangeset
for help on using the changeset viewer.