Skip to content
Snippets Groups Projects
Commit a356113b authored by slevy's avatar slevy
Browse files

Allow deeper box nesting -- up to 28 levels. Hard limit would be

31 (or maybe 32).
parent 915045b1
No related branches found
No related tags found
No related merge requests found
......@@ -350,7 +350,7 @@ struct stuff {
float boxlabelscale;
float boxlinewidth;
float goboxscale;
#define MAXBOXLEV 16
#define MAXBOXLEV 28
float boxscale[MAXBOXLEV];
struct AMRbox **boxes; /* An array per time step */
......
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