ITKApps
ITKApps copied to clipboard
Make DeformableModel Compiled
@bradking Any idea how to merge the changes in this pull request into the master branch?
@myousefi2016 start by following the "Details" link in the ghostflow-check-master check. You need to fix the checks' complaints locally, git commit --amend to fix your commit, and then force-push to update the PR.
@bradking Done!
@myousefi2016 the changes need to be made by amending the original commit, not just by adding a fixup commit. Please use git rebase -i HEAD~2 and change the second line from pick to squash in order to combine the changes.