Changeset 499 for sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages
- Timestamp:
- May 13, 2009 11:07:10 AM (14 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/GeneticOptimization/NCNR_GenFitUtils.ipf
r495 r499 283 283 #endif 284 284 285 chi = V_chisq286 pt = V_npnts287 val = pt288 285 289 286 t0 = (stopMSTimer(-2) - t0)*1e-6 … … 292 289 Print "number of function evaluations = ",num 293 290 294 return( V_chisq)291 return(chi) 295 292 end -
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/ModelPicker/SANSModelPicker_v40.ipf
r472 r499 84 84 // first time, create wave from built-in list 85 85 FileList_BuiltInList() //makes sure that the wave exists 86 FileList_GetListButtonProc( "") //converts it into a list for the panel86 FileList_GetListButtonProc() //converts it into a list for the panel 87 87 88 88 // "include" nothing to force a load of the utility procedures
Note: See TracChangeset
for help on using the changeset viewer.