- 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/USANS/Main_USANS.ipf
r740 r749 77 77 NewDataFolder/O root:Packages:NIST:USANS:Globals 78 78 NewDataFolder/O/S root:Packages:NIST:USANS:Globals:MainPanel 79 80 81 if(cmpstr("Macintosh",IgorInfo(2)) == 0) 82 String/G root:Packages:NIST:gAngstStr = num2char(-127) 83 // Variable/G root:myGlobals:gIsMac = 1 84 else 85 //either Windows or Windows NT 86 String/G root:Packages:NIST:gAngstStr = num2char(-59) 87 // Variable/G root:myGlobals:gIsMac = 0 88 //SetIgorOption to keep some PC's (graphics cards?) from smoothing the 2D image 89 Execute "SetIgorOption WinDraw,forceCOLORONCOLOR=1" 90 endif 79 91 80 92 String/G root:Packages:NIST:USANS:Globals:gUSANSFolder = "root:Packages:NIST:USANS"
Note: See TracChangeset
for help on using the changeset viewer.