Ignore:
Timestamp:
06/18/11 12:12:23 (13 years ago)
Author:
tbretz
Message:
Removed RunDim and replaces it with RunShell and LocalStream
File:
1 edited

Legend:

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

    r11043 r11056  
    738738}
    739739
     740/*
    740741template<class S>
    741742int RunDim(Configuration &conf)
     
    760761    return 0;
    761762}
     763*/
    762764
    763765template<class T, class S>
     
    912914        {
    913915            if (conf.Get<bool>("no-dim"))
    914                 return RunDim<StateMachine>(conf);
     916                return RunShell<LocalStream, StateMachine>(conf);
    915917            else
    916                 return RunDim<StateMachineDim>(conf);
     918                return RunShell<LocalStream, StateMachineDim>(conf);
    917919        }
    918920        // Cosole access w/ and w/o Dim
Note: See TracChangeset for help on using the changeset viewer.