Changeset 565 for sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS
- Timestamp:
- Oct 1, 2009 1:25:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/PatchFiles.ipf
r541 r565 40 40 //create the data folder and the globals for BOTH the Patch and Trans panels 41 41 NewDataFolder/O root:myGlobals:Patch 42 CreatePatchGlobals() 43 Endif 44 42 Endif 43 CreatePatchGlobals() //re-create them every time (so text and radio buttons are correct) 45 44 End 46 45 … … 184 183 185 184 //loop through all of the files as needed 186 // Grep Note: the \\b sequences limit matches to a word boundary before and after 187 // "boondoggle", so "boondoggles" and "aboondoggle" won't match. 185 188 186 189 187 String list="",item="",fname,runList="",numStr="" … … 222 220 223 221 //grep through what text I can find in the VAX binary 222 // Grep Note: the \\b sequences limit matches to a word boundary before and after 223 // "boondoggle", so "boondoggles" and "aboondoggle" won't match. 224 224 if(gRadioVal == 2) 225 225 for(ii=0;ii<num;ii+=1)
Note: See TracChangeset
for help on using the changeset viewer.