Changeset 705
- Timestamp:
- May 6, 2010 10:13:31 AM (12 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/GeneticOptimization/NCNR_GenFitUtils.ipf
r704 r705 154 154 // need to pass back the chi-squared and number of points. "V_" globals don't appear 155 155 // 156 // function will only compile if the GenCurveFit XOP is installed - else it will return zero 157 // 156 158 Function DoGenCurveFit(useRes,useCursors,sw,fitYw,fs,funcStr,holdStr,val,lolim,hilim,pt1,pt2) 157 159 Variable useRes,useCursors … … 162 164 WAVE/T lolim,hilim 163 165 Variable pt1,pt2 //already sorted if cursors are needed 166 167 #if exists("GenCurveFit") 164 168 165 169 // initialise the structure you will use … … 255 259 // /OPT=1 seems to make no difference whether it's used or not 256 260 257 #if exists("GenCurveFit")258 261 // append the fit 259 262 //do this only because GenCurveFit tries to append too quickly? … … 297 300 298 301 while(0) 299 #endif300 302 301 303 // NVAR V_chisq = V_chisq … … 314 316 315 317 return(V_chisq) 318 #else 319 return(0) 320 #endif 316 321 end -
sans/Dev/trunk/NCNR_User_Procedures/InstalledVersion.txt
r702 r705 1 PACKAGE_VERSION=7.0 1;SANS_RED_VERSION=5.20;SANS_ANA_VERSION=4.10;USANS_RED_VERSION=2.3;1 PACKAGE_VERSION=7.02;SANS_RED_VERSION=5.20;SANS_ANA_VERSION=4.10;USANS_RED_VERSION=2.3; 2 2 3 3 Only the first line of the file is read in.
Note: See TracChangeset
for help on using the changeset viewer.