Changeset 288 for sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v4.00/Models_2D/Ellipsoid2D_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/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)
Note: See TracChangeset
for help on using the changeset viewer.