mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix tests
This commit is contained in:
parent
f063f6776e
commit
8963bf16f9
@ -9,7 +9,7 @@
|
|||||||
#include <dune/istl/bcrsmatrix.hh>
|
#include <dune/istl/bcrsmatrix.hh>
|
||||||
#include <dune/istl/matrixmarket.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){
|
BOOST_AUTO_TEST_CASE(testcsrtocscoffsetmap){
|
||||||
|
|
||||||
|
@ -31,7 +31,8 @@
|
|||||||
|
|
||||||
#include <dune/istl/bcrsmatrix.hh>
|
#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)
|
BOOST_AUTO_TEST_CASE(testsolvetransposed3x3)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user