try to fix pipeline 1

This commit is contained in:
Christian Zimmermann 2022-12-04 17:42:37 +01:00
parent 9210f59d39
commit 9c2b29ac07

View file

@ -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>() );
}