Ignore:
Timestamp:
05/24/11 17:37:21 (13 years ago)
Author:
tbretz
Message:
Simplified program options handling.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/triggerschedule.cc

    r10765 r10797  
    22#include <dic.hxx>
    33
    4 #include "FACT.h"
    54#include "Dim.h"
    65#include "Configuration.h"
     
    8483    }
    8584
    86     if (conf.HasPrint())
     85    if (conf.HasVersion() || conf.HasPrint())
    8786        return -1;
    88 
    89     if (conf.HasVersion())
    90     {
    91         FACT::PrintVersion(argv[0]);
    92         return -1;
    93     }
    9487
    9588    if (conf.HasHelp())
Note: See TracChangeset for help on using the changeset viewer.