Changeset 288 for sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v4.00/Models_2D/CoreShellCyl2D_v40.ipf
- Timestamp:
- Feb 19, 2008 3:45:20 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_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)
Note: See TracChangeset
for help on using the changeset viewer.