Skip to content

Commit

Permalink
Added BinArray Struct
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasEberle committed Oct 1, 2020
1 parent c75a663 commit a74efef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/boomer/common/cpp/tuples.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ struct Bin {
float32 maxValue;
};

struct BinArray {
uint32 numBins;
Bin* bins;
};

namespace tuples {

/**
Expand Down

0 comments on commit a74efef

Please sign in to comment.