Changeset 10797 for trunk/FACT++/src/triggerschedule.cc
- Timestamp:
- 05/24/11 17:37:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/triggerschedule.cc
r10765 r10797 2 2 #include <dic.hxx> 3 3 4 #include "FACT.h"5 4 #include "Dim.h" 6 5 #include "Configuration.h" … … 84 83 } 85 84 86 if (conf.Has Print())85 if (conf.HasVersion() || conf.HasPrint()) 87 86 return -1; 88 89 if (conf.HasVersion())90 {91 FACT::PrintVersion(argv[0]);92 return -1;93 }94 87 95 88 if (conf.HasHelp())
Note:
See TracChangeset
for help on using the changeset viewer.