Skip to content
Snippets Groups Projects
Commit f1629840 authored by Fanny CHOPOT's avatar Fanny CHOPOT
Browse files

corrections erreurs declaration

parent 00f62504
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@ private:
KOKKOS_INLINE_FUNCTION
void computeExplicitFluxes(const Kokkos::View<const Rd*>& xr,
const Kokkos::View<const Rd*>& xj,
const Kokkos::View<const double*>& kj,
const Kokkos::View<const double*>& rhoj,
const Kokkos::View<const Rd*>& uj,
const Kokkos::View<const Rd**>& Cjr) {
......@@ -143,7 +144,7 @@ private:
Kokkos::View<double*> m_CFL;
public:
DiffusionSolver(MeshData& mesh_data,
FiniteVolumesDiffusion(MeshData& mesh_data,
UnknownsType& unknowns)
: m_mesh_data(mesh_data),
m_mesh(mesh_data.mesh()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment