diff --git a/opm/simulators/linalg/bda/rocsparseWellContributions.cpp b/opm/simulators/linalg/bda/rocsparseWellContributions.cpp index f8dc0ae32..07b46d7d2 100644 --- a/opm/simulators/linalg/bda/rocsparseWellContributions.cpp +++ b/opm/simulators/linalg/bda/rocsparseWellContributions.cpp @@ -1,5 +1,5 @@ /* - Copyright 2020 Equinor ASA + Copyright 2023 Equinor ASA This file is part of the Open Porous Media project (OPM). @@ -191,9 +191,9 @@ void WellContributionsRocsparse::setStream(hipStream_t stream_){ } void WellContributionsRocsparse::APIaddMatrix(MatrixType type, - int* colIndices, - double* values, - unsigned int val_size) + int* colIndices, + double* values, + unsigned int val_size) { if (!allocated) { OPM_THROW(std::logic_error, "Error cannot add wellcontribution before allocating memory in WellContributions"); diff --git a/opm/simulators/linalg/bda/rocsparseWellContributions.hpp b/opm/simulators/linalg/bda/rocsparseWellContributions.hpp index b6e6dc81d..bfa7e888a 100644 --- a/opm/simulators/linalg/bda/rocsparseWellContributions.hpp +++ b/opm/simulators/linalg/bda/rocsparseWellContributions.hpp @@ -1,5 +1,5 @@ /* - Copyright 2020 Equinor ASA + Copyright 2023 Equinor ASA This file is part of the Open Porous Media project (OPM).