From d04ded02993a0567f8e0e62b8bf05158a9d2d653 Mon Sep 17 00:00:00 2001 From: Lucas Wollenhaupt Date: Tue, 1 Jun 2021 17:10:56 +0200 Subject: [PATCH 1/3] Add submodule --- .gitmodules | 3 +++ RecogExtSquareGreenhill | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 RecogExtSquareGreenhill diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000..5338a222d0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "RecogExtSquareGreenhill"] + path = RecogExtSquareGreenhill + url = https://github.com/wucas/RecogExtSquareGreenhill.git diff --git a/RecogExtSquareGreenhill b/RecogExtSquareGreenhill new file mode 160000 index 0000000000..7954df2a3a --- /dev/null +++ b/RecogExtSquareGreenhill @@ -0,0 +1 @@ +Subproject commit 7954df2a3a9a198ec28ab196c50ffedde4e52396 From c066541af2fb24d2edc3df3222f5c7819c73ce86 Mon Sep 17 00:00:00 2001 From: Lucas Wollenhaupt Date: Tue, 1 Jun 2021 19:28:02 +0200 Subject: [PATCH 2/3] test --- RecogExtSquareGreenhill | 2 +- tst/testinstall/recogextsq.tst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tst/testinstall/recogextsq.tst diff --git a/RecogExtSquareGreenhill b/RecogExtSquareGreenhill index 7954df2a3a..fe79f77e40 160000 --- a/RecogExtSquareGreenhill +++ b/RecogExtSquareGreenhill @@ -1 +1 @@ -Subproject commit 7954df2a3a9a198ec28ab196c50ffedde4e52396 +Subproject commit fe79f77e4056447cff74997ddeab892ee28e20c5 diff --git a/tst/testinstall/recogextsq.tst b/tst/testinstall/recogextsq.tst new file mode 100644 index 0000000000..239a795ebe --- /dev/null +++ b/tst/testinstall/recogextsq.tst @@ -0,0 +1,5 @@ +gap> START_TEST("recogextsq.tst"); +gap> ReadGapRoot("RecogExtSquareGreenhill/TestRecogExtSquareOfMatrix.g"); +gap> testExtSquareMat(); +true +gap> STOP_TEST("recogextsq.tst"); \ No newline at end of file From a9c4cf901235b29eb194768e7928fc2875946b8e Mon Sep 17 00:00:00 2001 From: Lucas Wollenhaupt Date: Tue, 1 Jun 2021 19:39:25 +0200 Subject: [PATCH 3/3] updated recog code --- RecogExtSquareGreenhill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RecogExtSquareGreenhill b/RecogExtSquareGreenhill index fe79f77e40..c59d384762 160000 --- a/RecogExtSquareGreenhill +++ b/RecogExtSquareGreenhill @@ -1 +1 @@ -Subproject commit fe79f77e4056447cff74997ddeab892ee28e20c5 +Subproject commit c59d384762012520bc39884fca5f6c2dd0875ebd