summaryrefslogtreecommitdiff
path: root/rst_parser
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-04-19 13:30:23 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-04-19 13:30:23 -0400
commitaa96fc48f43c08e1cafff57661a3b7d51e50264e (patch)
treefc4c7f4328350f9fba69e16d92c89f940c923f49 /rst_parser
parent3a071247b3da1640147f9e5705e3398570d9f127 (diff)
fix for marginals
Diffstat (limited to 'rst_parser')
-rw-r--r--rst_parser/arc_factored_marginals.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/rst_parser/arc_factored_marginals.cc b/rst_parser/arc_factored_marginals.cc
index acb8102a..3e8c9f86 100644
--- a/rst_parser/arc_factored_marginals.cc
+++ b/rst_parser/arc_factored_marginals.cc
@@ -49,7 +49,7 @@ void ArcFactoredForest::EdgeMarginals(prob_t *plog_z) {
#else
-void ArcFactoredForest::EdgeMarginals(double*) {
+void ArcFactoredForest::EdgeMarginals(prob_t *) {
cerr << "EdgeMarginals() requires --with-eigen!\n";
abort();
}