summaryrefslogtreecommitdiffstats
path: root/utils/training/gen_k_mixture_model.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utils/training/gen_k_mixture_model.cpp')
-rw-r--r--utils/training/gen_k_mixture_model.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/training/gen_k_mixture_model.cpp b/utils/training/gen_k_mixture_model.cpp
index 4595433..94969a4 100644
--- a/utils/training/gen_k_mixture_model.cpp
+++ b/utils/training/gen_k_mixture_model.cpp
@@ -168,7 +168,7 @@ static void train_word_pair(HashofUnigram hash_of_unigram,
check_result(g_hash_table_steal(hash_of_unigram,
GUINT_TO_POINTER(token2)));
} else {
- assert(FALSE);
+ abort();
}
return;
}
@@ -195,7 +195,7 @@ static void train_word_pair(HashofUnigram hash_of_unigram,
check_result(g_hash_table_steal(hash_of_unigram,
GUINT_TO_POINTER(token2)));
} else {
- assert(FALSE);
+ abort();
}
return;
}