Changeset 11245 for trunk/FACT++


Ignore:
Timestamp:
07/02/11 16:34:33 (13 years ago)
Author:
tbretz
Message:
Unified all three run modes.
File:
1 edited

Legend:

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

    r11221 r11245  
    24892489
    24902490// --------------------------------------------------------------------------
    2491 int RunDim(Configuration &conf)
     2491/*
     2492 int RunDim(Configuration &conf)
    24922493{
    24932494    WindowLog wout;
     
    25102511    return 0;
    25112512}
     2513*/
    25122514// --------------------------------------------------------------------------
    25132515void RunThread(DataLogger* logger)
     
    26842686        // No console access at all
    26852687        if (!conf.Has("console"))
    2686             return RunDim(conf);
     2688            return RunShell<LocalStream>(conf);
    26872689
    26882690        // Console access w/ and w/o Dim
Note: See TracChangeset for help on using the changeset viewer.