unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob fae04f456bd3f7d171fb4983ed818d387a49ddca 682 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
 
Patch from the CMH git, after the 1.1.0 release.

From 2328c819317dda2171217002268f57c74cedc476 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Emmanuel=20Thom=C3=A9?= <Emmanuel.Thome@inria.fr>
Date: Tue, 7 Jun 2022 12:17:05 -0700
Subject: [PATCH] patch suggested by @x-YVicto

---
 src/lll.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lll.cpp b/src/lll.cpp
index 83dab07..f005931 100644
--- a/src/lll.cpp
+++ b/src/lll.cpp
@@ -37,7 +37,7 @@
 #ifdef HAVE_FPLLL
 static void lll_fplll (mpz_t *v, mpz_t **M, const int m, const int n)
 {
-   ZZ_mat <mpz_t> Mp (m, n);
+   fplll::ZZ_mat <mpz_t> Mp (m, n);
    int i, j;
 
    for (i = 0; i < m; i++)
-- 
2.36.1


debug log:

solving fae04f456b ...
found fae04f456b in https://git.savannah.gnu.org/cgit/guix.git

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).