From e4a140f610f779e79fbac2f59d9d91bcc752e226 Mon Sep 17 00:00:00 2001 From: Dongryeol Lee Date: Tue, 12 Feb 2008 20:28:36 +0000 Subject: [PATCH] Minor fixes to output module --- fastlib2/contrib/dongryel/regression/naive_lpr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastlib2/contrib/dongryel/regression/naive_lpr.h b/fastlib2/contrib/dongryel/regression/naive_lpr.h index 77effc5b31..16eaa4a174 100644 --- a/fastlib2/contrib/dongryel/regression/naive_lpr.h +++ b/fastlib2/contrib/dongryel/regression/naive_lpr.h @@ -222,8 +222,8 @@ class NaiveLpr { const char *fname = NULL; if((fname = fx_param_str(module_, - "naive_local_polynomial_output", - "naive_local_polynomial_output.txt")) != NULL) { + "naive_lpr_output", + "naive_lpr_output.txt")) != NULL) { stream = fopen(fname, "w+"); } for(index_t q = 0; q < qset_.n_cols(); q++) {