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
|
||||
( iter<Is,NI>
|
||||
( [&](auto i) { return std::get<i>(ipack)->pmax(); },
|
||||
[&](const auto&... as) { return (as * ...); } )...,
|
||||
( [&ipack](auto i) { return std::get<i>(ipack)->pmax(); },
|
||||
[](const auto&... as) { return (as * ...); } )...,
|
||||
SPos<1>() );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue