Open ax3l opened 6 years ago
In the structs, count-members are ill-designed and can be outdated when the containers get updated (npages, nlayers, etc.).
npages
nlayers
Instead, use local vars during read and access .size() of the container when needed from the struct.
.size()
In the structs, count-members are ill-designed and can be outdated when the containers get updated (
npages
,nlayers
, etc.).Instead, use local vars during read and access
.size()
of the container when needed from the struct.