Change N_CALDACS to 64.
This commit is contained in:
parent
52b66f2c89
commit
894a4b0d3a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
#define DPRINT(level,fmt,args...) do{if(verbose>=level)printf(fmt, ## args);}while(0)
|
||||
|
||||
#define N_CALDACS 32
|
||||
#define N_CALDACS 64
|
||||
#define N_OBSERVABLES 32
|
||||
|
||||
typedef struct{
|
||||
|
|
Loading…
Add table
Reference in a new issue