fix pipeline...
This commit is contained in:
parent
55922490b2
commit
6bd7140ae3
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ namespace CNORXZ
|
|||
DPack::DPack(const SPack<Indices...>& p) :
|
||||
mIs( iter<0,sizeof...(Indices)>
|
||||
( [&](auto i) { return xindexPtr(p[i]); },
|
||||
[](const auto&... e) { return { e... }; } )
|
||||
[](const auto&... e) { return Vector<XIndexPtr>( { e... } ); } )
|
||||
)
|
||||
{}
|
||||
|
||||
|
|
Loading…
Reference in a new issue