channel: add origin NO

This commit is contained in:
2021-02-11 17:21:39 +01:00
parent a03930515e
commit 3afa7fe345
2 changed files with 16 additions and 7 deletions

View File

@@ -170,12 +170,12 @@ int main(int argc, char* argv[])
return 1;
}
// list blocks
for ( imc::block blk: imcraw.blocks() )
{
// std::cout<<blk.get_key().get_info()<<"\n";
std::cout<<blk.get_info()<<"\n";
}
// // list blocks
// for ( imc::block blk: imcraw.blocks() )
// {
// std::cout<<blk.get_key().get_info()<<"\n";
// std::cout<<blk.get_info()<<"\n";
// }
std::cout<<"number of blocks: "<<imcraw.blocks().size()<<"\n";
std::cout<<"computational complexity: "<<imcraw.computational_complexity()
<<"/"<<imcraw.buffer_size()<<"\n\n";