Ignore:
Timestamp:
Apr 9, 2007 5:00:45 PM (16 years ago)
Author:
srkline
Message:

In PlotUtils? (plot manager) now checks for the existence of a graph to append the data rather than generate an error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/SANSReduction/branches/kline_29MAR07/Put in User Procedures/SANS_Reduction_v5.00/PlotUtils.ipf

    r76 r78  
    493493        String qStr,eStr 
    494494        Variable rr,gg,bb 
     495         
     496        if(cmpstr(WinList("*", ";","WIN:1"),"") == 0 ) 
     497                DoAlert 0,"There are no open graphs. Please use the New Graph button" 
     498                return(0) 
     499        endif 
    495500         
    496501        //this assumes that iStr IS the i-wave, and the name ends in "i" 
Note: See TracChangeset for help on using the changeset viewer.