Skip to content

Commit

Permalink
PERF: new smoothing filter
Browse files Browse the repository at this point in the history
  • Loading branch information
stnava committed Aug 14, 2018
1 parent 7b01990 commit d60151d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ echo "libs: ; cd \${PWD}/antb && \$(MAKE) -j 2 && cd \${PWD}/antb/ANTS-build &&

# get / set up ANTs code
antsgit=https://github.com/ANTsX/ANTs.git
antstag=e1893f746f7126331a4c31f917538f914c175dfa # wrong parser call
antstag=82dcdd647211004f3220e4073ea4daf06fdf89f9 # replace smoothing filter in registration
antsrtag=`git log --pretty=format:'%H' -n 1`
if [[ ! -s ants/CMakeLists.txt ]] ; then
git clone $antsbranch $antsgit ants
Expand Down

0 comments on commit d60151d

Please sign in to comment.