blob: b57ee5f44f6c9b7bbd11b469ffb971a80ca166f1 (
plain)
1
2
3
4
5
|
function bnet = bnet_from_engine(engine)
% BNET_FROM_ENGINE Return the bnet structure stored inside the engine (smoother_engine)
% bnet = bnet_from_engine(engine)
bnet = bnet_from_engine(engine.tbn_engine);
|