From 8d3ee3feb9e6d1221c68bee67095e3777d1296e5 Mon Sep 17 00:00:00 2001 From: Stephane Del Pino <stephane.delpino44@gmail.com> Date: Fri, 10 Aug 2018 12:10:45 +0200 Subject: [PATCH] Fix typo --- src/mesh/ConnectivityMatrix.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/ConnectivityMatrix.hpp b/src/mesh/ConnectivityMatrix.hpp index 1a0ab4880..356ee6da5 100644 --- a/src/mesh/ConnectivityMatrix.hpp +++ b/src/mesh/ConnectivityMatrix.hpp @@ -56,7 +56,7 @@ class ConnectivityMatrix KOKKOS_INLINE_FUNCTION ConnectivityMatrix(const std::vector<std::vector<unsigned int>>& initializer) - : m_host_matrix{Kokkos::create_staticcrsgraph<HostMatrix>("connecticity_matrix", initializer)}, + : m_host_matrix{Kokkos::create_staticcrsgraph<HostMatrix>("connectivity_matrix", initializer)}, m_is_built{true} { ; -- GitLab