Documentation fix.

This commit is contained in:
Kjetil Olsen Lye 2023-05-09 15:06:28 +02:00
parent 863647f592
commit 81bc76384d

View File

@ -39,7 +39,7 @@ namespace Opm::cuistl::detail
namespace
{
/**
* @brief getCublasErrorMessage Converts an error code returned from a cublas function a human readable string.
* @brief getCublasErrorCodeToString Converts an error code returned from a cublas function a human readable string.
* @param code an error code from a cublas routine
* @return a human readable string.
*/