Changeset 288
- Timestamp:
- Feb 19, 2008 3:45:20 PM (15 years ago)
- Location:
- sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v4.00/Models_2D
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v4.00/Models_2D/CoreShellCyl2D_v40.ipf
r277 r288 22 22 Prompt str,"Pick the data folder containing the 2D data",popup,getAList(4) 23 23 24 #if !exists("CoreShellCylinder_2DX")25 Abort "You must have the SANSAnalysis XOP installed to use 2D models"26 #endif24 if (!exists("CoreShellCylinder_2DX")) 25 Abort "You must have the SANSAnalysis XOP installed to use 2D models" 26 endif 27 27 28 28 SetDataFolder $("root:"+str) -
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v4.00/Models_2D/Cylinder_2D_v40.ipf
r277 r288 14 14 /// REQUIRES DANSE XOP for 2D FUNCTIONS 15 15 16 16 17 // 17 18 // the calculation is done as for the QxQy data set: … … 22 23 Prompt str,"Pick the data folder containing the 2D data",popup,getAList(4) 23 24 24 #if !exists("Cylinder_2DX") 25 Abort "You must have the SANSAnalysis XOP installed to use 2D models" 26 #endif 27 25 if (!exists("Cylinder_2DX") ) 26 Abort "You must have the SANSAnalysis XOP installed to use 2D models" 27 endif 28 28 SetDataFolder $("root:"+str) 29 29 -
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v4.00/Models_2D/Ellipsoid2D_v40.ipf
r277 r288 24 24 Prompt str,"Pick the data folder containing the 2D data",popup,getAList(4) 25 25 26 #if !exists("Ellipsoid_2DX")27 Abort "You must have the SANSAnalysis XOP installed to use 2D models"28 #endif26 if (!exists("Ellipsoid_2DX")) 27 Abort "You must have the SANSAnalysis XOP installed to use 2D models" 28 endif 29 29 30 30 SetDataFolder $("root:"+str) -
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v4.00/Models_2D/EllipticalCylinder2D_v40.ipf
r277 r288 22 22 Prompt str,"Pick the data folder containing the 2D data",popup,getAList(4) 23 23 24 #if !exists("EllipticalCylinder_2DX")25 Abort "You must have the SANSAnalysis XOP installed to use 2D models"26 #endif24 if (!exists("EllipticalCylinder_2DX")) 25 Abort "You must have the SANSAnalysis XOP installed to use 2D models" 26 endif 27 27 28 28 SetDataFolder $("root:"+str)
Note: See TracChangeset
for help on using the changeset viewer.