Skip to content

Commit

Permalink
smurf: Allow for more dimensionality when reading GSD array data
Browse files Browse the repository at this point in the history
3 was not enough. C55POWER requires 4.
  • Loading branch information
timj committed Oct 5, 2012
1 parent 1decb8e commit e78ad2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/smurf/libgsd/gsdac_get1x.c
Expand Up @@ -93,7 +93,7 @@
/* SMURF includes */
#include "gsdac.h"

#define MAXDIMS 3
#define MAXDIMS 4

void gsdac_get1b ( const gsd *gsd,
const char *name, char *values, int *status ) {
Expand Down

0 comments on commit e78ad2e

Please sign in to comment.