From 07b50fd8b83a89a316acc90aac53ba5331bed478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Tue, 17 Sep 2013 22:46:26 +0200 Subject: [PATCH] Added missing tag for triggering unitary tests. --- matlab/@dynSeries/hpcycle.m | 2 +- matlab/@dynSeries/hptrend.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/matlab/@dynSeries/hpcycle.m b/matlab/@dynSeries/hpcycle.m index a2013f6b1..299e31ae7 100644 --- a/matlab/@dynSeries/hpcycle.m +++ b/matlab/@dynSeries/hpcycle.m @@ -1,4 +1,4 @@ -function ts = hpcycle(ts, lambda) +function ts = hpcycle(ts, lambda) % --*-- Unitary tests --*-- % Copyright (C) 2013 Dynare Team % diff --git a/matlab/@dynSeries/hptrend.m b/matlab/@dynSeries/hptrend.m index 501be2ba8..e1c6c560c 100644 --- a/matlab/@dynSeries/hptrend.m +++ b/matlab/@dynSeries/hptrend.m @@ -1,4 +1,4 @@ -function ts = hptrend(ts, lambda) +function ts = hptrend(ts, lambda) % --*-- Unitary tests --*-- % Copyright (C) 2013 Dynare Team %