Changeset 623 for sans/XOP_Dev/MonteCarlo/MonteCarlo.h
- Timestamp:
- Jan 28, 2010 6:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/XOP_Dev/MonteCarlo/MonteCarlo.h
r458 r623 41 41 waveHndl inputWaveH; 42 42 void* tp; //unused void for ThreadSafe functions 43 double re sult; // return value is unused, save for error if needed43 double retVal; // return value is unused, save for error if needed 44 44 }; 45 45 typedef struct MC_Params MC_Params; … … 52 52 int Monte_SANSX(MC_ParamsPtr p); 53 53 int Monte_SANSX2(MC_ParamsPtr p); 54 int Monte_SANSX3(MC_ParamsPtr p); 55 int Monte_SANSX4(MC_ParamsPtr p); 54 56 int FindPixel(double testQ, double testPhi, double lam, double sdd, double pixSize, double xCtr, double yCtr, long *xPixel, long *yPixel); 55 57 int NewDirection(double *vx, double *vy, double *vz, double theta, double phi); … … 57 59 float ran1(long *idum); 58 60 float ran3(long *idum); 61 float ran1a(long *idum); 62 float ran3a(long *idum); 59 63 double locate_interp(double xx[], long n, double x);
Note: See TracChangeset
for help on using the changeset viewer.