Changeset 592 for sans/XOP_Dev/SANSAnalysis/XOP/SANSAnalysis.c
- Timestamp:
- Nov 4, 2009 1:20:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/XOP_Dev/SANSAnalysis/XOP/SANSAnalysis.c
r507 r592 320 320 break; 321 321 case 92: // y = f(c,y,x) 322 return((long)FuzzySpheresX); // This function is called using the direct method. 323 break; 324 case 93: // y = f(c,y,x) 322 325 return((long)PolyCoreBicelleX); // This function is called using the direct method. 323 326 break; 324 case 9 3:325 return((long)CSParallelepipedX); 326 break; 327 327 case 94: // y = f(c,y,x) 328 return((long)CSParallelepipedX); // This function is called using the direct method. 329 break; 330 328 331 } 329 332 return NIL;
Note: See TracChangeset
for help on using the changeset viewer.