Skip to content
Snippets Groups Projects
Commit 4d103eb9 authored by Moises Fernandez's avatar Moises Fernandez
Browse files

fix number of maximum number of parameters

parent 318e4dba
No related branches found
No related tags found
No related merge requests found
#define MAXNFIBRES 4 #define MAXNFIBRES 4
#define MAXNPARAMS 15 #define MAXNPARAMS 16
//NFIBRES*3 + S0 + d + d_std + f0 + rician = 15 //MAXNFIBRES*3 + S0 + d + d_std + f0 = 16
//rician only in runmcmc and doesn't use MAXNPARAMS
#define MAXNDIR 640 #define MAXNDIR 640
//640 gradient directions //640 gradient directions
#define THREADS_BLOCK_MCMC 64 #define THREADS_BLOCK_MCMC 64
......
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