Skip to content

Commit

Permalink
enh: Rename 'remesh' command to 'remesh-surface' [Applications]
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhschuh committed Jun 7, 2016
1 parent ab6aae6 commit bfe3155
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Applications/lib/python/mirtk/subprocess.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ def path(argv, quiet=False):
elif command == 'convert-dof2velo': command = 'convert-dof'
elif command == 'concatenate-dofs': command = 'compose-dofs'
elif command == 'concatenate-images': command = 'combine-images'
elif command == 'remesh': command = 'remesh-surface'
fpath = None
for ext in libexec_ext:
p = os.path.join(libexec_dir, config, command + ext)
Expand Down
2 changes: 1 addition & 1 deletion Applications/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ if (MIRTK_PointSet_FOUND)
add_pointset_command(extract-connected-points)
add_pointset_command(offset-surface)
add_pointset_command(project-onto-surface)
add_pointset_command(remesh)
add_pointset_command(remesh-surface)
add_pointset_command(smooth-surface)

if (FLANN_FOUND)
Expand Down
File renamed without changes.

0 comments on commit bfe3155

Please sign in to comment.