rename bda in tests also

This commit is contained in:
Razvan Nane 2024-11-05 11:17:28 +01:00
parent baf94f76d2
commit 3c5414102d
2 changed files with 3 additions and 3 deletions

View File

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

View File

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