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

Move invariant data to text segment.

parent 4846c7f8
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ createLocalCurvilinearGrid(int sizex, int sizey)
gridDefYsize(gridID, sizey);
{
/* anti-clockwise coordinates around Amazonia */
static struct cart_coord region[4]
static const struct cart_coord region[4]
#ifdef __cplusplus
= { { DEG2RAD(-25.0), DEG2RAD(-85.0) },
{ DEG2RAD(-18.0), DEG2RAD(-44.0) },
......
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