Skip to content

Commit ba43380

Browse files
committed
Merge branch 'SoftwareGuideSpatialObjectsV5' of https://github.com:/aylward/ITKSoftwareGuide into SoftwareGuideSpatialObjectsV5
2 parents 5a08f0c + 49d2c35 commit ba43380

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

SoftwareGuide/Latex/Architecture/SpatialObjects.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ \subsection{TubeSpatialObject}
149149

150150
\doxygen{TubeSpatialObject} is a class for the representation
151151
of tubular structures using SpatialObjects. In particular, it is intended
152-
to be used to represent vascular networks extracted from 2D and 3D images.
152+
to be used to represent vascular networks extracted from 2D and 3D images.
153153
It can also be used to represent airways, nerves, bile ducts, and more.
154154

155155
The class \doxygen{DTITubeSpatialObject} is derived from this class

SuperBuild/External_ITK.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ if(NOT ( DEFINED "${extProjName}_DIR" OR ( DEFINED "USE_SYSTEM_${extProjName}" A
104104
### --- End Project specific additions
105105
set(${proj}_REPOSITORY ${git_protocol}://github.com/InsightSoftwareConsortium/ITK.git)
106106
if("${${proj}_GIT_TAG}" STREQUAL "")
107-
set(${proj}_GIT_TAG "1e454c81e1811e58c579abadd56536de3bef0e42")
107+
# ITK release branch 2019-05-23
108+
set(${proj}_GIT_TAG "4c31c04085d9e423cd4af68978416a9f975f5113")
108109
endif()
109110

110111
ExternalProject_Add(${proj}

0 commit comments

Comments
 (0)