try to fix pipeline 1
This commit is contained in:
parent
9210f59d39
commit
9c2b29ac07
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ namespace CNORXZ
|
||||||
{
|
{
|
||||||
return std::make_tuple
|
return std::make_tuple
|
||||||
( iter<Is,NI>
|
( iter<Is,NI>
|
||||||
( [&](auto i) { return std::get<i>(ipack)->pmax(); },
|
( [&ipack](auto i) { return std::get<i>(ipack)->pmax(); },
|
||||||
[&](const auto&... as) { return (as * ...); } )...,
|
[](const auto&... as) { return (as * ...); } )...,
|
||||||
SPos<1>() );
|
SPos<1>() );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue