You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basis_data in down_sampling_thread.h is a QList<QSharedPointer<DataBlock> >, but neither DataBlock nor FixedDataBlock has a addDownSampledVersion() (but GDFDataBlock has it), so compiling the current head fails.
The text was updated successfully, but these errors were encountered:
tstenner
changed the title
addDownSampledVersion not in
addDownSampledVersion not in DataBlockJan 7, 2020
basis_data
indown_sampling_thread.h
is aQList<QSharedPointer<DataBlock> >
, but neitherDataBlock
norFixedDataBlock
has aaddDownSampledVersion()
(butGDFDataBlock
has it), so compiling the current head fails.The text was updated successfully, but these errors were encountered: