Missed this one at the last check-in.
This commit is contained in:
parent
ef69474636
commit
39679f9518
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@
|
|||
|
||||
Clone<Flow> flow(FlowRole role, bool bridge = false, double width = -1)
|
||||
%code%{ RETVAL = THIS->flow(role, bridge, width); %};
|
||||
void merge_slices();
|
||||
void prepare_fill_surfaces();
|
||||
void make_perimeters(SurfaceCollection* slices, SurfaceCollection* fill_surfaces)
|
||||
%code%{ THIS->make_perimeters(*slices, fill_surfaces); %};
|
||||
|
|
Loading…
Reference in a new issue