Changeset 19845 for trunk/Mars/hawc
- Timestamp:
- 10/31/19 10:35:54 (5 years ago)
- Location:
- trunk/Mars/hawc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/hawc/plot_callisto.C
r19843 r19845 15 15 16 16 TString input = gl; 17 if (input=="q\n" )17 if (input=="q\n" || input==".q\n") 18 18 return -1; 19 19 -
trunk/Mars/hawc/plot_cleaned.C
r19842 r19845 54 54 55 55 TString input = gl; 56 if (input=="q\n" )56 if (input=="q\n" || input==".q\n") 57 57 return kFALSE; 58 58
Note:
See TracChangeset
for help on using the changeset viewer.