From 84c37137c182989afa40e661428cbafb66bbbfbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 31 May 2012 08:22:31 +0200 Subject: [PATCH] Minor fixes --- doc/dynare.texi | 8 ++++---- tests/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/dynare.texi b/doc/dynare.texi index 3a9720277..77debc657 100644 --- a/doc/dynare.texi +++ b/doc/dynare.texi @@ -4084,9 +4084,9 @@ forecast covariance matrices. @anchor{filter_step_ahead} @vindex oo_.FilteredVariablesKStepAhead @vindex oo_.FilteredVariablesKStepAheadVariances -@code{filter_step_ahead} Triggers the computation k-step ahead -filtered values. Stores results in @code{oo_.FilteredVariablesKStepAhead} -and @code{oo_.FilteredVariablesKStepAheadVariances}. +Triggers the computation k-step ahead filtered values. Stores results in +@code{oo_.FilteredVariablesKStepAhead} and +@code{oo_.FilteredVariablesKStepAheadVariances}. @item filter_decomposition @anchor{filter_decomposition} Triggers the computation of the shock @@ -4546,7 +4546,7 @@ results in @code{oo_.SmoothedVariables} and @xref{datafile}. @item filtered_vars -Triggers the computation of filtered variables. See @code{filtered_vars} for +Triggers the computation of filtered variables. @xref{filtered_vars} for more details. @item filter_step_ahead = [@var{INTEGER1}:@var{INTEGER2}] diff --git a/tests/Makefile.am b/tests/Makefile.am index 0a98fd341..bd5e7f505 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -22,7 +22,6 @@ MODFILES = \ predetermined_variables.mod \ fs2000_nonstationary.mod \ fs2000_ssfile.mod \ - fs2000_calib.mod \ comments.mod \ histval_sto.mod \ histval_det.mod \ @@ -65,6 +64,7 @@ MODFILES = \ fs2000/fs2000c.mod \ fs2000/fs2000d.mod \ fs2000/fs2000_cmaes.mod \ + fs2000/fs2000_calib.mod \ homotopy/homotopy1_test.mod \ homotopy/homotopy2_test.mod \ homotopy/homotopy3_test.mod \