Changeset 11056 for trunk/FACT++/src/scheduler.cc
- Timestamp:
- 06/18/11 12:12:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/scheduler.cc
r11043 r11056 738 738 } 739 739 740 /* 740 741 template<class S> 741 742 int RunDim(Configuration &conf) … … 760 761 return 0; 761 762 } 763 */ 762 764 763 765 template<class T, class S> … … 912 914 { 913 915 if (conf.Get<bool>("no-dim")) 914 return Run Dim<StateMachine>(conf);916 return RunShell<LocalStream, StateMachine>(conf); 915 917 else 916 return Run Dim<StateMachineDim>(conf);918 return RunShell<LocalStream, StateMachineDim>(conf); 917 919 } 918 920 // Cosole access w/ and w/o Dim
Note:
See TracChangeset
for help on using the changeset viewer.