Skip to content

Commit

Permalink
added result datatype - probably needs to exported as its own class
Browse files Browse the repository at this point in the history
  • Loading branch information
riasc committed Nov 4, 2024
1 parent 855bbf4 commit dc29868
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/genogrove/DataTypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ namespace genogrove {

Hit(Coordinate coordinate, std::shared_ptr<AnyBase> data) :
coordinate(coordinate), data(data) {}

// Interval getInterval() { return coordinate.interval; }
// void setInterval(Interval interval) { coordinate.interval = interval; }
};

struct Hits {
Expand Down

0 comments on commit dc29868

Please sign in to comment.