We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e475331 commit 466d640Copy full SHA for 466d640
nipype/interfaces/meshfix.py
@@ -103,7 +103,7 @@ class MeshFixInputSpec(CommandLineInputSpec):
103
argstr='--fineTuneIn ',
104
requires=['finetuning_distance', 'finetuning_substeps'])
105
finetuning_outwards = traits.Bool(
106
- argstr='--fineTuneIn ',
+ argstr='--fineTuneOut ',
107
requires=['finetuning_distance', 'finetuning_substeps'],
108
xor=['finetuning_inwards'],
109
desc=
0 commit comments