Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Set redirect_x in mesh interfaces
  • Loading branch information
oesteban committed Jul 29, 2015
commit 4554ce83225a05bf8aae2e3fb4b14c9d37780f4b
2 changes: 2 additions & 0 deletions nipype/algorithms/mesh.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ class ComputeMeshWarp(BaseInterface):

input_spec = ComputeMeshWarpInputSpec
output_spec = ComputeMeshWarpOutputSpec
_redirect_x = True

def _triangle_area(self, A, B, C):
A = np.array(A)
Expand Down Expand Up @@ -221,6 +222,7 @@ class MeshWarpMaths(BaseInterface):

input_spec = MeshWarpMathsInputSpec
output_spec = MeshWarpMathsOutputSpec
_redirect_x = True

def _run_interface(self, runtime):
try:
Expand Down