Skip to content

Commit

Permalink
Copy Raith data in Cell::get_flexpaths
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Heitzmann Gabrielli <[email protected]>
  • Loading branch information
heitzmann committed Oct 28, 2024
1 parent cd1701c commit ef8728f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ void Cell::get_flexpaths(bool apply_repetitions, int64_t depth, bool filter, Tag
path->repetition.copy_from(psrc->repetition);
path->scale_width = psrc->scale_width;
path->simple_path = psrc->simple_path;
path->raith_data.copy_from(psrc->raith_data);
}
path->num_elements++;
path->elements = (FlexPathElement*)reallocate(
Expand Down

0 comments on commit ef8728f

Please sign in to comment.