summaryrefslogtreecommitdiff
path: root/src/odenwald.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/odenwald.cc')
-rw-r--r--src/odenwald.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/odenwald.cc b/src/odenwald.cc
index a520d0b..bdf21f8 100644
--- a/src/odenwald.cc
+++ b/src/odenwald.cc
@@ -20,8 +20,7 @@ main(int argc, char** argv)
// viterbi
clock_t begin_viterbi = clock();
Hg::Path p;
- Hg::sv_path(hg, p);
- exit(1);
+ Hg::viterbi_path(hg, p);
vector<string> s;
Hg::derive(p, p.back()->head, s);
for (auto it: s)