Changeset 19247 for trunk/Mars/showplot.cc
- Timestamp:
- 10/22/18 18:17:57 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/showplot.cc
r9595 r19247 170 170 const Int_t kTab = arg.GetIntAndRemove("--tab=", -1); 171 171 172 const Bool_t kPrint 172 const Bool_t kPrintX = arg.HasOnlyAndRemove("--print") || arg.Has("--print="); 173 173 const Bool_t kSaveAsPs = arg.HasOnlyAndRemove("--save-as-ps") || arg.Has("--save-as-ps="); 174 174 const Bool_t kSaveAsPdf = arg.HasOnlyAndRemove("--save-as-pdf") || arg.Has("--save-as-pdf="); … … 271 271 } 272 272 273 if (kPrint )273 if (kPrintX) 274 274 d->PrintPS(kTab, kNamePrint, kPrintCmd, kPrintDir); 275 275 if (kSaveAsPs)
Note:
See TracChangeset
for help on using the changeset viewer.