Skip to content
Snippets Groups Projects
Commit 7cd4700e authored by Stamatios Sotiropoulos's avatar Stamatios Sotiropoulos
Browse files

Hide grad_nonlin options

parent 22aabc6d
No related branches found
No related tags found
No related merge requests found
...@@ -45,8 +45,8 @@ class dtifitOptions { ...@@ -45,8 +45,8 @@ class dtifitOptions {
Option<int> y_max; Option<int> y_max;
Option<int> x_min; Option<int> x_min;
Option<int> x_max; Option<int> x_max;
Option<string> grad_file; FmribOption<string> grad_file;
Option<bool> save_bvals; FmribOption<bool> save_bvals;
bool parse_command_line(int argc, char** argv); bool parse_command_line(int argc, char** argv);
private: private:
......
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