Skip to content
Snippets Groups Projects
Commit 8c2ccb57 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

gmm : const char* => char* because its value is modified (I think some

assignation are wrong though)
parent e0ab3660
Branches
Tags
No related merge requests found
...@@ -362,7 +362,7 @@ namespace gmm { ...@@ -362,7 +362,7 @@ namespace gmm {
const double exact[], const char* Title, const double exact[], const char* Title,
const char* Key, const char* Type, const char* Key, const char* Type,
const char* Ptrfmt, const char* Indfmt, const char* Ptrfmt, const char* Indfmt,
const char* Valfmt, const char* Rhsfmt, char* Valfmt, char* Rhsfmt,
const char* Rhstype, int shift) { const char* Rhstype, int shift) {
/************************************************************************/ /************************************************************************/
/* The writeHB function opens the named file and writes the specified */ /* The writeHB function opens the named file and writes the specified */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment