Changeset 8478 for trunk/MagicSoft/Mars/showplot.cc
- Timestamp:
- 05/09/07 13:15:53 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/showplot.cc
r8088 r8478 258 258 d->SetCanvasWidth(kCanvasWidth); 259 259 260 d->Open(kInput);260 const Int_t rc = d->Open(kInput); 261 261 262 262 if (kPrint) … … 285 285 d->SaveAsC(kTab, kNameC); 286 286 287 if (kBatch || kQuit )287 if (kBatch || kQuit || !rc) 288 288 { 289 289 delete d;
Note:
See TracChangeset
for help on using the changeset viewer.