Ignore:
Timestamp:
Jun 10, 2016 3:40:55 PM (7 years ago)
Author:
srkline
Message:

A number of simple fixes to make the macros compatible with Igor 7, and in some places back-compatible with Igor 6. There were only a few instances where the IgorVersion? was checked, so it does not caues a huge disruption.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Common/Packages/PlotManager/PlotManager_v40.ipf

    r888 r1001  
    157157        Variable rr,gg,bb 
    158158         
     159        SVAR angst = root:Packages:NIST:gAngstStr 
     160         
    159161        SetDataFolder $("root:"+DF) 
    160162        //iStr will end in "i" 
     
    175177                                 
    176178        Label left "I(q)" 
    177         Label bottom "q (A\\S-1\\M)" 
    178          
     179//      Label bottom "q (A\\S-1\\M)" 
     180        Label bottom "q ("+angst+"\\S-1\\M)"     
    179181        Legend 
    180182         
Note: See TracChangeset for help on using the changeset viewer.