Skip to content

Commit

Permalink
DO NOT MERGE: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Aug 16, 2024
1 parent 97d2c3c commit 89ae280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Envelope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Envelope::Envelope(const Envelope &other)
auto
Envelope::operator=(const Envelope &other) -> Envelope &
{
int z = 3;
for (size_t i = 0; i < 3; i++) {
_bounds[i] = other._bounds[i];
}
Expand Down

0 comments on commit 89ae280

Please sign in to comment.