Changeset 196 for sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/Models_2D
- Timestamp:
- Nov 7, 2007 5:11:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/Models_2D/Cylinder_2D.ipf
r185 r196 66 66 coef_Cyl2D[8] = 0.0 67 67 coef_Cyl2D[9] = 0.0 68 //NOT THE SAME ORDER AS MATHIEU'S CODE 68 //NOT THE SAME ORDER AS MATHIEU'S CODE - POLYDISPERSITY OF RADIUS IS IN A DIFFERENT LOCATION FROM 69 // MATHIEU'S CylinderModel 69 70 parameters_Cyl2D[0] = "Scale" 70 71 parameters_Cyl2D[1] = "Radius" … … 121 122 // 122 123 //#if exists("Cylinder_2D_Dist") 123 // zw = Cylinder_2D_Dist(cw, yw,xw)124 // zw = Cylinder_2D_Dist(cw,xw,yw) 124 125 //#else 125 126 // Abort "You do not have the SANS Analysis XOP installed" … … 134 135 Variable p1,p2 135 136 136 zw[p1,p2]= Cylinder_2D_Dist(cw,yw,xw) 137 #if exists("Cylinder_2D_Dist") //to hide the function if XOP not installed 138 zw[p1,p2]= Cylinder_2D_Dist(cw,xw,yw) 139 #endif 137 140 138 141 // return stopMSTimer(-2) // time when we finished
Note: See TracChangeset
for help on using the changeset viewer.