Skip to content

Commit e5dba4a

Browse files
Simon RitSimonRit
authored andcommitted
DOC: Change mailing list links to CREATIS website
Same as RTKConsortium/RTK@23cb559
1 parent 87c2643 commit e5dba4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/itkCudaDataManager.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ CudaDataManager::CudaDataManager()
3232
// without CUDA. So if the context pointer is nullptr, which indicates that there
3333
// is no CUDA device available, we just do not set the context (SR). This fixes
3434
// the problem reported here:
35-
// https://public.kitware.com/pipermail/rtk-users/2015-July/000570.html
35+
// https://www.creatis.insa-lyon.fr/pipermail/rtk-users/2015-July/000570.html
3636
CUcontext * ctx = m_ContextManager->GetCurrentContext();
3737
if (ctx)
3838
CUDA_CHECK(cuCtxSetCurrent(*ctx));

0 commit comments

Comments
 (0)