Changeset 12771
- Timestamp:
- 01/26/12 13:30:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fadctrl.cc
r12638 r12771 2159 2159 if (!conf.DoParse(argc, argv, PrintHelp)) 2160 2160 return -1; 2161 cout << 1 << endl; 2161 2162 2162 // try 2163 2163 { … … 2170 2170 return RunShell<LocalStream, StateMachineDim>(conf); 2171 2171 } 2172 cout << 2 << endl; 2172 2173 2173 // Cosole access w/ and w/o Dim 2174 2174 /* if (conf.Get<bool>("no-dim")) … … 2186 2186 return RunShell<LocalConsole, StateMachineDim>(conf); 2187 2187 } 2188 cout << 3 << endl;2189 2188 } 2190 2189 /* catch (std::exception& e)
Note:
See TracChangeset
for help on using the changeset viewer.