From d0b822b0ee850ff0d32b6c95e67c1fb01fe9f06d Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Wed, 4 Dec 2024 08:05:29 -0500 Subject: [PATCH] Fix copy/pasta error third -> fourth Signed-off-by: Damien L-G Co-authored-by: Jonas Schulze --- sparse/src/KokkosSparse_StaticCcsGraph.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sparse/src/KokkosSparse_StaticCcsGraph.hpp b/sparse/src/KokkosSparse_StaticCcsGraph.hpp index 1ae9181b18..a14f97133a 100644 --- a/sparse/src/KokkosSparse_StaticCcsGraph.hpp +++ b/sparse/src/KokkosSparse_StaticCcsGraph.hpp @@ -37,7 +37,7 @@ namespace KokkosSparse { /// \tparam Arg2Type The third template parameter, which if provided /// corresponds to the Device type. /// -/// \tparam Arg3Type The third template parameter, which if provided +/// \tparam Arg3Type The fourth template parameter, which if provided /// corresponds to the MemoryTraits. /// /// \tparam SizeType The type of col offsets. Usually the default