Changeset 169 for sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/NewModels_2006/GaussSpheres.ipf
- Timestamp:
- Sep 27, 2007 1:45:22 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/NewModels_2006/GaussSpheres.ipf
r166 r169 219 219 Variable nden,vpoly,Ravg,p,Rg,I0,Sv,phi 220 220 221 if( WaveExists(coef_pgs)==0)222 abort "You need to plot the model first to create the coefficient table"221 if(Exists("coef_pgs")!=1) 222 abort "You need to plot the unsmeared model first to create the coefficient table" 223 223 Endif 224 224 Ravg = coef_pgs[1] // mean radius (A) … … 250 250 variable pd,avg,zz,maxr 251 251 252 if( WaveExists(coef_pgs)==0)253 abort "You need to plot the model first to create the coefficient table"252 if(Exists("coef_pgs")!=1) 253 abort "You need to plot the unsmeared model first to create the coefficient table" 254 254 Endif 255 255 pd=coef_pgs[2]
Note: See TracChangeset
for help on using the changeset viewer.