Skip to content

Commit

Permalink
isoVal
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Nov 7, 2024
1 parent 385f409 commit 2eef41f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion macapype/nodes/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ class IsoSurfaceInputSpec(CommandLineInputSpec):
position=2, argstr="-o %s")

isoval = traits.Float(
1,
1.0,
usedefault=True,
desc='isoval',
mandatory=True, argstr="-isoval %f")

Expand Down

0 comments on commit 2eef41f

Please sign in to comment.