Skip to content

move [Context] declaration out of the global context

Sergey Bozhko requested to merge sbozhko/rt-proofs:fix_context into master

File model.task.arrival.arrival_curve_to_rbf introduces a few variables into the global context. This commit moves Context declarations inside of the section.

Merge request reports