ITKApps icon indicating copy to clipboard operation
ITKApps copied to clipboard

Make DeformableModel Compiled

Open myousefi2016 opened this issue 7 years ago • 4 comments

myousefi2016 avatar Dec 14 '17 22:12 myousefi2016

@bradking Any idea how to merge the changes in this pull request into the master branch?

myousefi2016 avatar Dec 05 '18 14:12 myousefi2016

@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 avatar Dec 05 '18 14:12 bradking

@bradking Done!

myousefi2016 avatar Dec 05 '18 14:12 myousefi2016

@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.

bradking avatar Dec 05 '18 14:12 bradking