From 33035377c6a9d38d646c2dab1c1b5df7dd659fc4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Del=20Pino?= <stephane.delpino44@gmail.com>
Date: Thu, 5 Apr 2018 21:01:58 +0200
Subject: [PATCH] Fixed warning

---
 experimental/AcousticSolverTest.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/experimental/AcousticSolverTest.hpp b/experimental/AcousticSolverTest.hpp
index 8c6f09d6d..cd6ba4b64 100644
--- a/experimental/AcousticSolverTest.hpp
+++ b/experimental/AcousticSolverTest.hpp
@@ -68,8 +68,8 @@ private:
 
   struct ReduceMin;
 
-  const long int m_nj;
-  const long int m_nr;
+  const size_t m_nj;
+  const size_t m_nr;
 
   Kokkos::View<double*> m_br;
   Kokkos::View<double*[2]> m_Ajr;
-- 
GitLab