Changeset 834 for sans/XOP_Dev/SANSAnalysis/lib
- Timestamp:
- Jan 31, 2012 12:13:39 PM (11 years ago)
- Location:
- sans/XOP_Dev/SANSAnalysis/lib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/XOP_Dev/SANSAnalysis/lib/libCylinder.c
r736 r834 12 12 13 13 Warning: 14 The call to WaveData() below returns a pointer to the middle14 The call to (float*)WaveData() below returns a pointer to the middle 15 15 of an unlocked Macintosh handle. In the unlikely event that your 16 16 calculations could cause memory to move, you should copy the coefficient … … 70 70 71 71 Warning: 72 The call to WaveData() below returns a pointer to the middle72 The call to (float*)WaveData() below returns a pointer to the middle 73 73 of an unlocked Macintosh handle. In the unlikely event that your 74 74 calculations could cause memory to move, you should copy the coefficient … … 152 152 153 153 Warning: 154 The call to WaveData() below returns a pointer to the middle154 The call to (float*)WaveData() below returns a pointer to the middle 155 155 of an unlocked Macintosh handle. In the unlikely event that your 156 156 calculations could cause memory to move, you should copy the coefficient … … 235 235 236 236 Warning: 237 The call to WaveData() below returns a pointer to the middle237 The call to (float*)WaveData() below returns a pointer to the middle 238 238 of an unlocked Macintosh handle. In the unlikely event that your 239 239 calculations could cause memory to move, you should copy the coefficient … … 307 307 308 308 Warning: 309 The call to WaveData() below returns a pointer to the middle309 The call to (float*)WaveData() below returns a pointer to the middle 310 310 of an unlocked Macintosh handle. In the unlikely event that your 311 311 calculations could cause memory to move, you should copy the coefficient … … 396 396 397 397 Warning: 398 The call to WaveData() below returns a pointer to the middle398 The call to (float*)WaveData() below returns a pointer to the middle 399 399 of an unlocked Macintosh handle. In the unlikely event that your 400 400 calculations could cause memory to move, you should copy the coefficient … … 451 451 452 452 Warning: 453 The call to WaveData() below returns a pointer to the middle453 The call to (float*)WaveData() below returns a pointer to the middle 454 454 of an unlocked Macintosh handle. In the unlikely event that your 455 455 calculations could cause memory to move, you should copy the coefficient -
sans/XOP_Dev/SANSAnalysis/lib/libSANSAnalysis.h
r756 r834 157 157 // rather than leave it to the whim of the compiler 158 158 /* SRK08 159 # include "XOPStructureAlignmentTwoByte.h"160 159 #pragma pack(2) 160 161 161 typedef struct { 162 162 double scale; … … 182 182 } SmearCylinderParameters; 183 183 184 # include "XOPStructureAlignmentReset.h"184 #pragma pack() 185 185 186 186 /// 1D scattering function -
sans/XOP_Dev/SANSAnalysis/lib/libSphere.c
r821 r834 1057 1057 1058 1058 Warning: 1059 The call to WaveData() below returns a pointer to the middle1059 The call to (float*)WaveData() below returns a pointer to the middle 1060 1060 of an unlocked Macintosh handle. In the unlikely event that your 1061 1061 calculations could cause memory to move, you should copy the coefficient … … 1121 1121 // 1122 1122 Warning: 1123 The call to WaveData() below returns a pointer to the middle1123 The call to (float*)WaveData() below returns a pointer to the middle 1124 1124 of an unlocked Macintosh handle. In the unlikely event that your 1125 1125 calculations could cause memory to move, you should copy the coefficient
Note: See TracChangeset
for help on using the changeset viewer.