From 6f63e15f9ec86bdc1586395e5292b0d2e0c17c12 Mon Sep 17 00:00:00 2001 From: Mayo Roettger <mayo.roettgerhhu.de> Date: Thu, 13 Sep 2018 16:34:57 +0200 Subject: [PATCH] corrected typo --- src/glpkR.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glpkR.h b/src/glpkR.h index bad42a5..9567f23 100644 --- a/src/glpkR.h +++ b/src/glpkR.h @@ -158,7 +158,7 @@ if (dupB) { \ Rf_error("Duplicate indices 'ia[%i] = ia[%i] = %i' and 'ja[%i] = ja[%i] = %i' not allowed!", dupA+1, dupB+1, rm[dupA], dupA+1, dupB+1, rn[dupB]); \ } \ - UNPROTECT(1) + UNPROTECT(1); \ } while (0) #else #define checkDupIndices(m, n, ne) -- GitLab