mrange: mindex: ipack assignment: bug fix
This commit is contained in:
parent
bb915dc8a8
commit
d3358d71d6
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ namespace CNORXZ
|
|||
template <class FormatT, class... Indices>
|
||||
GMIndex<FormatT,Indices...>& GMIndex<FormatT,Indices...>::operator()(const Sptr<MIndex<Indices...>>& mi)
|
||||
{
|
||||
mIPack = mi.pack();
|
||||
mIPack = mi->pack();
|
||||
mkPos();
|
||||
return *this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue