Changeset 136 for sans/Analysis/branches/ajj_23APR07/XOPs
- Timestamp:
- Jul 26, 2007 4:13:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Analysis/branches/ajj_23APR07/XOPs/SANSAnalysis/XOP/StructureFactor.c
r102 r136 69 69 dp= WaveData(p->waveHandle); 70 70 p->result = StickyHS_Struct(dp,q); 71 return 0; 71 72 default: // We can't handle this wave data type. 72 73 SetNaN64(&p->result); … … 102 103 fp= WaveData(p->waveHandle); 103 104 SetNaN64(&p->result); 105 XOPNotice("I think it's single precision\r"); 104 106 return REQUIRES_SP_OR_DP_WAVE; //not quite true, but good enough for now AJJ 4/23/07 105 107 case NT_FP64: 106 108 dp= WaveData(p->waveHandle); 107 109 p->result = SquareWellStruct(dp,q); 110 return 0; 108 111 default: // We can't handle this wave data type. 109 112 SetNaN64(&p->result); 113 XOPNotice("I don't know what it is\r"); 110 114 return REQUIRES_SP_OR_DP_WAVE; 111 115 }
Note: See TracChangeset
for help on using the changeset viewer.