From b9eb1b81ca3f86f284c74c0e8cdef3b86c035e74 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 9 Nov 2022 10:12:16 +0100 Subject: Scripts vor Version 3.6 as published on the Website --- CakeInit.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CakeInit.R b/CakeInit.R index 3214e02..1fc40e0 100755 --- a/CakeInit.R +++ b/CakeInit.R @@ -41,7 +41,7 @@ options(error=recover) options(warn=-1) # When running from C#, this must match the C# CAKE version -CAKE.version<-"3.5" +CAKE.version<-"3.6" # The number of data points to use to draw lines on CAKE plots. CAKE.plots.resolution<-401 -- cgit v1.2.1