Changeset 184


Ignore:
Timestamp:
Oct 19, 2007 5:29:52 PM (15 years ago)
Author:
srkline
Message:

Template is now aware of the utilities for 2D fitting, and the Cylinder_2D model is on the list of functions that can be included from the Picker.

Location:
sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sans/Analysis/branches/ajj_23APR07/IGOR_Package_Files/Put in User Procedures/SANS_Models_v3.00/Packages/ModelPicker/SANSModelPicker.ipf

    r183 r184  
    105105Proc TypeNewModelList() 
    106106        variable ii=0,num=numpnts(root:myGlobals:FileList:SANS_Model_List) 
    107         printf "Make/O/T/N/=%d  SANS_Model_List\r\r",num 
     107        printf "Make/O/T/N=%d  SANS_Model_List\r\r",num 
    108108        do 
    109109                printf "SANS_Model_List[%d] = \"%s\"\r",ii,root:myGlobals:FileList:SANS_Model_List[ii] 
     
    117117////paste here... after deleting the old make statement and list 
    118118         
    119   Make/O/T/N/=63  SANS_Model_List 
     119  Make/O/T/N=63  SANS_Model_List 
    120120 
    121121  SANS_Model_List[0] = "Beaucage.ipf" 
Note: See TracChangeset for help on using the changeset viewer.