Skip to content

Commit

Permalink
Increasing list buffer by one order - sasmodel inclusions are too dem…
Browse files Browse the repository at this point in the history
…anding
  • Loading branch information
willend committed Mar 3, 2016
1 parent b8a3f44 commit 61ce687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcstas/src/list.c
Expand Up @@ -34,7 +34,7 @@ struct List_header
void **elements;
};

#define MAX_ELEMENTS 50000
#define MAX_ELEMENTS 500000

/* Position in a list for doing list traversals. */
struct List_position
Expand Down

0 comments on commit 61ce687

Please sign in to comment.