- Timestamp:
- Jul 22, 2009 5:43:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/ProDiv.ipf
r511 r541 411 411 case 2: // mouse up 412 412 // click code here 413 414 //temporarily set data display to linear 415 NVAR gLog = root:myGlobals:gLogScalingAsDefault 416 Variable oldState = gLog 417 gLog=0 //linear 418 419 413 420 SVAR gPlex = root:myGlobals:Protocols:gPlex 414 421 SVAR gPlexBgd = root:myGlobals:Protocols:gPlexBgd … … 507 514 //write out the new data file 508 515 WriteVAXWorkFile("STO") 509 516 517 gLog=oldState //revert display preference to old state 510 518 break 511 519 endswitch
Note: See TracChangeset
for help on using the changeset viewer.