- 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/Schematic.ipf
r570 r665 29 29 endif 30 30 31 Variable oldScaling=root: myGlobals:gLogScalingAsDefault31 Variable oldScaling=root:Packages:NIST:gLogScalingAsDefault 32 32 33 33 Variable num=getNewScaling() … … 35 35 Abort 36 36 else 37 root: myGlobals:gLogScalingAsDefault=num37 root:Packages:NIST:gLogScalingAsDefault=num 38 38 endif 39 39 … … 44 44 Endif 45 45 //reset scaling back to old value 46 root: myGlobals:gLogScalingAsDefault=oldScaling46 root:Packages:NIST:gLogScalingAsDefault=oldScaling 47 47 End 48 48 … … 317 317 return (1) 318 318 else 319 NVAR doLogScaling = root: myGlobals:gLogScalingAsDefault319 NVAR doLogScaling = root:Packages:NIST:gLogScalingAsDefault 320 320 321 321 wave data = $("root:Packages:NIST:"+type+":data")
Note: See TracChangeset
for help on using the changeset viewer.