From b9c35234e1118ae85eacdf96f605fd41412144f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Tue, 26 Jul 2011 11:58:06 +0200 Subject: [PATCH] Cosmetic change. --- matlab/utilities/tests/mtest.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/utilities/tests/mtest.m b/matlab/utilities/tests/mtest.m index 6b502bc98..28b8cef84 100644 --- a/matlab/utilities/tests/mtest.m +++ b/matlab/utilities/tests/mtest.m @@ -1,4 +1,4 @@ -function check = test(fname,fpath) +function check = mtest(fname,fpath) % Extract test sections from matlab's routine executes the test and report errors. % Copyright (C) 2011 Dynare Team