Skip to content

Commit 2344630

Browse files
committed
Adds cran comments
1 parent 06e3703 commit 2344630

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cran-comments.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# twdtw-1.0-1
22

3-
* Minor fix in the Fortran code spoted in https://www.stats.ox.ac.uk/pub/bdr/Intel/twdtw.log
3+
* Fixes error:
4+
error #7723: RESULT name must not be same as FUNCTION name. [LOGISTIC_TW]
5+
function logistic_tw(DIST, TD, TW1, TW2) bind(C, name="logistic_tw_")
6+
result(logistic_tw)
7+
8+
The f90 files compile locally using intel-basekit on Ubuntu 22.04.2 LTS.
49

510
## Test environments
611

0 commit comments

Comments
 (0)