Skip to content
Snippets Groups Projects
Commit c567d3b2 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

Change pointer to const text to array.

parent dcabb6e1
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ static void modelRun(MPI_Comm commModel)
#ifdef USE_MPI
static struct {
char *text;
const char text[12];
int mode;
} mode_map[] = {
{ "PIO_MPI", PIO_MPI },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment