mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Renamed CopyConstructor to CopyAssignment.
This commit is contained in:
@@ -167,7 +167,7 @@ BOOST_AUTO_TEST_CASE(Assigment)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(CopyConstructor)
|
BOOST_AUTO_TEST_CASE(CopyAssignment)
|
||||||
{
|
{
|
||||||
std::vector<double> data {{1, 2, 3, 4, 5, 6, 7}};
|
std::vector<double> data {{1, 2, 3, 4, 5, 6, 7}};
|
||||||
auto vectorOnGPU = Opm::cuistl::CuVector<double>(data.data(), data.size());
|
auto vectorOnGPU = Opm::cuistl::CuVector<double>(data.data(), data.size());
|
||||||
|
|||||||
Reference in New Issue
Block a user