- Timestamp:
- Sep 30, 2010 12:01:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/Initialize.ipf
r695 r749 113 113 114 114 if(cmpstr("Macintosh",IgorInfo(2)) == 0) 115 String/G root: myGlobals:gAngstStr = num2char(-127)115 String/G root:Packages:NIST:gAngstStr = num2char(-127) 116 116 Variable/G root:myGlobals:gIsMac = 1 117 117 else 118 118 //either Windows or Windows NT 119 String/G root: myGlobals:gAngstStr = num2char(-59)119 String/G root:Packages:NIST:gAngstStr = num2char(-59) 120 120 Variable/G root:myGlobals:gIsMac = 0 121 121 //SetIgorOption to keep some PC's (graphics cards?) from smoothing the 2D image
Note: See TracChangeset
for help on using the changeset viewer.