Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Amy Howard
Cudimot-models
Commits
a4391c5e
Commit
a4391c5e
authored
Jul 27, 2021
by
Amy Howard
Browse files
Delete modelparameters.h
parent
4a6f8d54
Changes
1
Hide whitespace changes
Inline
Side-by-side
NODDI_Watson_diff/development/modelparameters.h
deleted
100755 → 0
View file @
4a6f8d54
#ifndef MODEL_H_INCLUDED
#define MODEL_H_INCLUDED
///// Edit this /////
typedef
double
MyType
;
#define NPARAMS 5 // fiso, fintra, kappa, th, ph
#define NCFP 4 // bvecs, bvals, dax, drad
#define NFIXP 1 // S0
/////////////////////
///// Do not edit this /////
struct
MODEL
{
static
int
CFP_size
[
NCFP
];
static
int
FixP_size
[
NFIXP
];
};
////////////////////////////
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment