Changeset 11245 for trunk/FACT++/src/datalogger.cc
- Timestamp:
- 07/02/11 16:34:33 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r11221 r11245 2489 2489 2490 2490 // -------------------------------------------------------------------------- 2491 int RunDim(Configuration &conf) 2491 /* 2492 int RunDim(Configuration &conf) 2492 2493 { 2493 2494 WindowLog wout; … … 2510 2511 return 0; 2511 2512 } 2513 */ 2512 2514 // -------------------------------------------------------------------------- 2513 2515 void RunThread(DataLogger* logger) … … 2684 2686 // No console access at all 2685 2687 if (!conf.Has("console")) 2686 return Run Dim(conf);2688 return RunShell<LocalStream>(conf); 2687 2689 2688 2690 // Console access w/ and w/o Dim
Note:
See TracChangeset
for help on using the changeset viewer.