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

Use array of instead of pointer to invariant data.

parent 4ad8d5a0
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ static const struct model_config default_setup
#ifdef USE_MPI
static const 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