add examples from IMC documentation

This commit is contained in:
2021-02-09 15:06:55 +01:00
parent ee7f70d36f
commit c918746d29
86 changed files with 3 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ int main(int argc, char* argv[])
{
std::cout<<blk.get_key().get_info()<<"\n";
std::cout<<blk.get_info()<<"\n";
// if ( blk.get_key() == std::string("CR") )
// for ( auto prm: blk.get_parameters() ) std::cout<<prm.get_info()<<"\n";
}
}