Skip to content
Snippets Groups Projects
Commit 5c756ef5 authored by Cory Quammen's avatar Cory Quammen Committed by Kitware Robot
Browse files

Merge topic 'increase-xdmf2-max-collectable-number-of-grids'


7b35f776 increase xdmf2 MAX_COLLECTABLE_NUMBER_OF_GRIDS

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarbuildbot <buildbot@kitware.com>
Reviewed-by: Cory Quammen's avatarCory Quammen <cory.quammen@kitware.com>
Merge-request: !10499
parents 6fa7e84e 7b35f776
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
// As soon as num-grids (sub-grids and all) grows beyond this number, we assume
// that the grids are way too numerous for the user to select individually and
// hence only the top-level grids are made accessible.
#define MAX_COLLECTABLE_NUMBER_OF_GRIDS 1000
#define MAX_COLLECTABLE_NUMBER_OF_GRIDS 10000
using namespace xdmf2;
......
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