Skip to content

Commit d60151d

Browse files
committed
PERF: new smoothing filter
1 parent 7b01990 commit d60151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ echo "libs: ; cd \${PWD}/antb && \$(MAKE) -j 2 && cd \${PWD}/antb/ANTS-build &&
8888

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

0 commit comments

Comments
 (0)