mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove template keyword.
This commit is contained in:
@@ -1279,7 +1279,7 @@ namespace {
|
|||||||
double infinityNorm( const ADB& a )
|
double infinityNorm( const ADB& a )
|
||||||
{
|
{
|
||||||
if( a.value().size() > 0 ) {
|
if( a.value().size() > 0 ) {
|
||||||
return a.value().matrix().template lpNorm<Eigen::Infinity> ();
|
return a.value().matrix().lpNorm<Eigen::Infinity> ();
|
||||||
}
|
}
|
||||||
else { // this situation can occur when no wells are present
|
else { // this situation can occur when no wells are present
|
||||||
return 0.0;
|
return 0.0;
|
||||||
|
|||||||
Reference in New Issue
Block a user