We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b01990 commit d60151dCopy full SHA for d60151d
configure
@@ -88,7 +88,7 @@ echo "libs: ; cd \${PWD}/antb && \$(MAKE) -j 2 && cd \${PWD}/antb/ANTS-build &&
88
89
# get / set up ANTs code
90
antsgit=https://github.com/ANTsX/ANTs.git
91
-antstag=e1893f746f7126331a4c31f917538f914c175dfa # wrong parser call
+antstag=82dcdd647211004f3220e4073ea4daf06fdf89f9 # replace smoothing filter in registration
92
antsrtag=`git log --pretty=format:'%H' -n 1`
93
if [[ ! -s ants/CMakeLists.txt ]] ; then
94
git clone $antsbranch $antsgit ants
0 commit comments