FACT++  1.0
template<class T , class S , class R >
int RunShell ( Configuration conf)

Definition at line 543 of file gcn.cc.

544 {
545  return Main::execute<T, StateMachineGCN<S, R>>(conf);
546 }