Skip to content

Commit

Permalink
remove extraneous wrap constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Dec 19, 2024
1 parent 695be19 commit d0677fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/puara/utils/wrap.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ class Unwrap
class Wrap
{
public:
Wrap(double pMin, double pMax) : min {pMin}, max {pMax}{}

double min{};
double max{};

Expand Down

0 comments on commit d0677fe

Please sign in to comment.