Skip to content

Commit

Permalink
DOC: Change mailing list links to CREATIS website
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Jan 11, 2023
1 parent 8a6ba13 commit 23cb559
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GettingStarted.md
Expand Up @@ -9,4 +9,4 @@ Here are suggested steps for the RTK beginner.

3. Check out the [FirstReconstruction](examples/FirstReconstruction) example (both the [CMake](examples/FirstReconstruction/CMakeLists.txt) and the [C++](examples/FirstReconstruction/FirstReconstruction.cxx) codes). Many other examples are on the wiki using the applications (corresponding source code in the [applications](applications) subdirectory).

4. Ask question to the [user mailing list](https://public.kitware.com/mailman/listinfo/rtk-users).
4. Ask question to the [user mailing list](https://www.creatis.insa-lyon.fr/mailman/listinfo/rtk-users).
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ Links

* [Homepage](https://www.openrtk.org)
* [Download](https://www.openrtk.org/RTK/resources/software.html)
* [Mailing List](https://public.kitware.com/mailman/listinfo/rtk-users)
* [Mailing List](https://www.creatis.insa-lyon.fr/mailman/listinfo/rtk-users)
* [Getting Started](GettingStarted.md)
* [Help](https://wiki.openrtk.org)
* [Issue tracking](https://github.com/RTKConsortium/RTK/issues)
Expand Down
2 changes: 1 addition & 1 deletion utilities/ITKCudaCommon/src/itkCudaDataManager.cxx
Expand Up @@ -32,7 +32,7 @@ CudaDataManager::CudaDataManager()
// without CUDA. So if the context pointer is nullptr, which indicates that there
// is no CUDA device available, we just do not set the context (SR). This fixes
// the problem reported here:
// https://public.kitware.com/pipermail/rtk-users/2015-July/000570.html
// https://www.creatis.insa-lyon.fr/pipermail/rtk-users/2015-July/000570.html
CUcontext * ctx = m_ContextManager->GetCurrentContext();
if (ctx)
CUDA_CHECK(cuCtxSetCurrent(*ctx));
Expand Down

0 comments on commit 23cb559

Please sign in to comment.