mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fix typo
This commit is contained in:
parent
f9b595e078
commit
c288f7f0fb
@ -31,7 +31,7 @@ __global__ void instantiate_ad_object(Opm::DenseAd::Evaluation<float, 3>* adObj,
|
|||||||
} // END EMPTY NAMESPACE
|
} // END EMPTY NAMESPACE
|
||||||
|
|
||||||
|
|
||||||
BOOST_AUTO_TEST_CASE(TestInstansiateADObject)
|
BOOST_AUTO_TEST_CASE(TestInstantiateADObject)
|
||||||
{
|
{
|
||||||
using Evaluation = Opm::DenseAd::Evaluation<float, 3>;
|
using Evaluation = Opm::DenseAd::Evaluation<float, 3>;
|
||||||
double testValue = 123.456;
|
double testValue = 123.456;
|
||||||
|
Loading…
Reference in New Issue
Block a user