From 8c2ccb57b8e80dfc07081ca6fa49d768cc4fec25 Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Tue, 3 Jun 2014 13:33:33 +0000 Subject: [PATCH] gmm : const char* => char* because its value is modified (I think some assignation are wrong though) --- contrib/gmm/gmm_inoutput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gmm/gmm_inoutput.h b/contrib/gmm/gmm_inoutput.h index bb4d47f6d4..88fe04af34 100644 --- a/contrib/gmm/gmm_inoutput.h +++ b/contrib/gmm/gmm_inoutput.h @@ -362,7 +362,7 @@ namespace gmm { const double exact[], const char* Title, const char* Key, const char* Type, const char* Ptrfmt, const char* Indfmt, - const char* Valfmt, const char* Rhsfmt, + char* Valfmt, char* Rhsfmt, const char* Rhstype, int shift) { /************************************************************************/ /* The writeHB function opens the named file and writes the specified */ -- GitLab