Changeset 19845 for trunk/Mars


Ignore:
Timestamp:
10/31/19 10:35:54 (5 years ago)
Author:
tbretz
Message:
Allow also .q
Location:
trunk/Mars/hawc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/hawc/plot_callisto.C

    r19843 r19845  
    1515
    1616        TString input = gl;
    17         if (input=="q\n")
     17        if (input=="q\n" || input==".q\n")
    1818            return -1;
    1919
  • trunk/Mars/hawc/plot_cleaned.C

    r19842 r19845  
    5454
    5555        TString input = gl;
    56         if (input=="q\n")
     56        if (input=="q\n" || input==".q\n")
    5757            return kFALSE;
    5858
Note: See TracChangeset for help on using the changeset viewer.