- Timestamp:
- May 25, 2018 11:11:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/VSANS/V_Transmission.ipf
r1097 r1102 222 222 endfor 223 223 224 SVAR newSamList = root:Packages:NIST:VSANS:Globals:Transmission:gSamMatchList 225 newSamList = newList 226 224 227 return(newList) 225 228 End … … 247 250 endfor 248 251 252 SVAR newTransList = root:Packages:NIST:VSANS:Globals:Transmission:gTransMatchList 253 newTransList = newList 254 249 255 return(newList) 250 256 … … 272 278 PopupMenu popup_1,mode=1,value=V_getTransListForPopup() 273 279 280 SVAR newBox = root:Packages:NIST:VSANS:Globals:Transmission:gEmptyBoxCoord 281 newBox = V_NumWave2List(boxCoord,";") 282 274 283 break 275 284 case -1: // control being killed … … 347 356 EmptyFile = S_Value 348 357 349 // gSamMatchStr has " at each end. remove these350 358 String list 351 359 list = gSamMatchList 352 list = list[1,strlen(list)-1]353 list = list[0,strlen(list)-2]360 // list = list[1,strlen(list)-1] 361 // list = list[0,strlen(list)-2] 354 362 355 363 Variable num,ii
Note: See TracChangeset
for help on using the changeset viewer.