about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/BNT/inference/dynamic/@frontier_inf_engine/set_fwdback.m
blob: 6752d827d70564628021769dbc0f9f0399fca2a8 (plain)
1
2
3
4
5
6
7
8
function engine = set_fwdback(engine, fb)
% SET_FWDBACK Set the field 'fwdback', which contains the frontiers after propagation
% engine = set_fwdback(engine, fb)
%
% This is used by frontier_fast_inf_engine/enter_evidence
% as a workaround for Matlab's annoying privacy control
    
engine.fwdback = fb;