Ignore:
Timestamp:
05/10/05 12:00:22 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/ganymed.cc

    r7001 r7004  
    7171    gLog << "   --print-ds                Print Dataset information" << endl;
    7272    gLog << "   --print-files             Print Files taken from Sequences ('+' found, '-' missing)" << endl;
    73     gLog << "   --full-display            Show as many plots as possible" << endl;
     73//    gLog << "   --full-display            Show as many plots as possible" << endl;
    7474    gLog << "   --config=ganymed.rc       Resource file [default=ganymed.rc]" << endl;
    7575    gLog << endl;
     
    112112    const Bool_t  kDebugMem     = arg.HasOnlyAndRemove("--debug-mem");
    113113    const Bool_t  kWriteOnly    = arg.HasOnlyAndRemove("--write-only");
    114     const Bool_t  kFullDisplay  = arg.HasOnlyAndRemove("--full-display");
     114//    const Bool_t  kFullDisplay  = arg.HasOnlyAndRemove("--full-display");
    115115    Int_t  kDebugEnv = arg.HasOnlyAndRemove("--debug-env") ? 1 : 0;
    116116    kDebugEnv = arg.GetIntAndRemove("--debug-env=", kDebugEnv);
     
    241241    job.EnableWriteOnly(kWriteOnly);
    242242    job.EnableWobbleMode(iswobble);
    243     job.EnableFullDisplay(kFullDisplay);
     243    //if (kFullDisplay)
     244    //    job.EnableFullDisplay(kFullDisplay);
    244245    job.EnableMonteCarloMode(kIsMc);
    245246    job.EnableStorageOfResult(!kSkipResult);
Note: See TracChangeset for help on using the changeset viewer.