From 1b429797d1d495e56c503ec89cfd4205504cb662 Mon Sep 17 00:00:00 2001 From: Toni Date: Sun, 29 Dec 2024 10:20:30 +0100 Subject: [PATCH] sync with R --- dtw/dtw_core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dtw/dtw_core.c b/dtw/dtw_core.c index a4322cc..a729293 100644 --- a/dtw/dtw_core.c +++ b/dtw/dtw_core.c @@ -1,5 +1,5 @@ // -// Copyright (c) 2006-2019 of Toni Giorgino +// Copyright (c) 2006-2022 of Toni Giorgino // // This file is part of the DTW package. // @@ -18,6 +18,8 @@ // +// If you copy this algorithm, please cite doi:10.18637/jss.v031.i07 + #include #include #include