[genius] eek



commit 028582633256f4506168ce1a10f3f15839141cfa
Author: Jiri (George) Lebl <jirka 5z com>
Date:   Thu Mar 29 10:37:22 2012 -0500

    eek

 NEWS                |    2 +-
 src/geniustests.txt |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 69f5cfd..90e7704 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,7 @@ Changes to 1.0.16
   documented.
 * Fix possible uninitialized crash when reading badly formed standard library
   (should never happen but ...)
-* Fix LinearRecursiveSequence
+* Fix LinearRecursiveSequence and allow it to take vector for n
 * Spelling fixes and documentation fixes (me, LucPionchon)
 
 * For some of the changes the author (Jiri) was partially supported by
diff --git a/src/geniustests.txt b/src/geniustests.txt
index 9fa83f3..e71e8f0 100644
--- a/src/geniustests.txt
+++ b/src/geniustests.txt
@@ -1102,7 +1102,7 @@ LinearRecursiveSequence ([0,1],[1,1],6)				8
 LinearRecursiveSequence ([0,1],[1,1],[0,1,2,3,4,5,6])		[0,1,1,2,3,5,8]
 LinearRecursiveSequence ([0,1],[1,1],[0,1,2,3,4,5,6])		[0,1,1,2,3,5,8]
 LinearRecursiveSequence ([5,7],[1,2],2)				19
-LinearRecursiveSequence ([1,3,5],[1,2,-1],2)			2
+LinearRecursiveSequence ([1,3,5],[1,2,-1],3)			2
 LinearRecursiveSequence ([1,3,5],[1,2,-1],null)+1		((null)+1)
 load "nullspacetest.gel"					true
 load "longtest.gel"						true



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]