mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
Merge pull request #278 from dr-robertk/PR/fix-276-gcc44
remove template keyword.
This commit is contained in:
commit
e7dc775a05
@ -1279,7 +1279,7 @@ namespace {
|
||||
double infinityNorm( const ADB& a )
|
||||
{
|
||||
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
|
||||
return 0.0;
|
||||
|
Loading…
Reference in New Issue
Block a user