Skip to content

Commit 1b42979

Browse files
committed
sync with R
1 parent f53f8dc commit 1b42979

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dtw/dtw_core.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//
2-
// Copyright (c) 2006-2019 of Toni Giorgino
2+
// Copyright (c) 2006-2022 of Toni Giorgino
33
//
44
// This file is part of the DTW package.
55
//
@@ -18,6 +18,8 @@
1818
//
1919

2020

21+
// If you copy this algorithm, please cite doi:10.18637/jss.v031.i07
22+
2123
#include <stdlib.h>
2224
#include <stdio.h>
2325
#include <math.h>

0 commit comments

Comments
 (0)