Skip to content
Snippets Groups Projects
Commit 33035377 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fixed warning

parent 458b9574
No related branches found
No related tags found
2 merge requests!2Develop,!1Develop
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment