- Timestamp:
- Apr 6, 2010 4:56:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/RawWindowHook.ipf
r570 r665 182 182 //now that button state and data are sure to match (both are linear) 183 183 // set the display to log scale, if the global has been set 184 NVAR gLogScalingAsDefault=root: myGlobals:gLogScalingAsDefault184 NVAR gLogScalingAsDefault=root:Packages:NIST:gLogScalingAsDefault 185 185 if(gLogScalingAsDefault) 186 186 Log_lin("bisLin") … … 458 458 459 459 Function ToggleDefaultMapping() 460 NVAR value = root: myGlobals:gLogScalingAsDefault460 NVAR value = root:Packages:NIST:gLogScalingAsDefault 461 461 value = !(value) 462 462 End
Note: See TracChangeset
for help on using the changeset viewer.