fix tests

This commit is contained in:
Razvan Nane 2024-07-12 11:47:25 +02:00
parent f063f6776e
commit 8963bf16f9
2 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#include <dune/istl/bcrsmatrix.hh>
#include <dune/istl/matrixmarket.hh>
#include <opm/simulators/linalg/bda/opencl/BISAI.hpp>
#include <opm/simulators/linalg/bda/opencl/openclBISAI.hpp>
BOOST_AUTO_TEST_CASE(testcsrtocscoffsetmap){

View File

@ -31,7 +31,8 @@
#include <dune/istl/bcrsmatrix.hh>
#include <opm/simulators/linalg/bda/opencl/CPR.hpp>
#include <opm/simulators/linalg/bda/opencl/openclCPR.hpp>
#include <opm/simulators/linalg/bda/Misc.hpp>
BOOST_AUTO_TEST_CASE(testsolvetransposed3x3)
{