Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Jan 5, 2024
1 parent bf4e7d8 commit bc7cf04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/lib/src/region.cc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ template <typename FPTYPE>
Region<FPTYPE>::Region(FPTYPE* extern_boxt, FPTYPE* extern_rec_boxt) {
boxt = extern_boxt;
rec_boxt = extern_rec_boxt;
self_allocated = false;

Check warning on line 24 in source/lib/src/region.cc

View check run for this annotation

Codecov / codecov/patch

source/lib/src/region.cc#L21-L24

Added lines #L21 - L24 were not covered by tests
}

template <typename FPTYPE>
Expand Down

0 comments on commit bc7cf04

Please sign in to comment.