Changeset 102 for sans/Analysis/branches/ajj_23APR07/XOPs
- Timestamp:
- Apr 24, 2007 4:17:07 PM (16 years ago)
- Location:
- sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP/Cylinder.c
r97 r102 9 9 #include "XOPStandardHeaders.h" // Include ANSI headers, Mac headers, IgorXOP.h, XOP.h and XOPSupport.h 10 10 #include "SANSAnalysis.h" 11 #include "lib Cylinder.h"11 #include "libSANSAnalysis.h" 12 12 #include "Cylinder.h" 13 13 -
sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP/Sphere.c
r97 r102 9 9 #include "XOPStandardHeaders.h" // Include ANSI headers, Mac headers, IgorXOP.h, XOP.h and XOPSupport.h 10 10 #include "SANSAnalysis.h" 11 #include "libS phere.h"11 #include "libSANSAnalysis.h" 12 12 #include "Sphere.h" 13 13 … … 19 19 float *fp; // Pointer to single precision wave data. 20 20 double q; //local variables of coefficient wave 21 22 if (p->waveHandle == NIL) { 23 SetNaN64(&p->result); 24 return NON_EXISTENT_WAVE; 25 } 26 27 q= p->x; 28 21 int hState; 22 char buf[256]; 23 24 if (p->waveHandle == NIL) { 25 SetNaN64(&p->result); 26 return NON_EXISTENT_WAVE; 27 } 28 29 q= p->x; 30 29 31 switch(WaveType(p->waveHandle)){ // We can handle single and double precision coefficient waves. 30 32 case NT_FP32: -
sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP/StructureFactor.c
r97 r102 9 9 #include "XOPStandardHeaders.h" // Include ANSI headers, Mac headers, IgorXOP.h, XOP.h and XOPSupport.h 10 10 #include "SANSAnalysis.h" 11 #include "libS tructureFactor.h"11 #include "libSANSAnalysis.h" 12 12 #include "StructureFactor.h" 13 13 -
sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP/TwoPhase.c
r97 r102 7 7 #include "XOPStandardHeaders.h" // Include ANSI headers, Mac headers, IgorXOP.h, XOP.h and XOPSupport.h 8 8 #include "SANSAnalysis.h" 9 #include "lib TwoPhase.h"9 #include "libSANSAnalysis.h" 10 10 #include "TwoPhase.h" 11 11
Note: See TracChangeset
for help on using the changeset viewer.