Ignore:
Timestamp:
Jan 30, 2013 3:55:11 PM (10 years ago)
Author:
srkline
Message:

Fixing typos in the ProDiv? file for the 10m SANS and in the 2D resolution help file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/ProDiv.ipf

    r894 r895  
    593593        fileStr = pathStr + StringFromList(ii, str,",") 
    594594        acct = getAcctName(fileStr) 
    595         String instr=fileStr[1,3]       //filestr is "[NGnSANSn] " or "[NGnSANSnn]" (11 characters total)        
     595        String instr=acct[1,3]  //filestr is "[NGnSANSn] " or "[NGnSANSnn]" (11 characters total)        
    596596        if(cmpstr(instr,"NGA")==0) 
    597597                tol=20          //if the 10m SANS, give an extra-wide tolerance, and show an alert 
Note: See TracChangeset for help on using the changeset viewer.