Skip to content

Commit

Permalink
Updating ...
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Jun 30, 2024
2 parents a90fa4b + b1be095 commit d3894d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/views/views-python.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using RandomAccessAnyView = BasicRandomAccessAnyView< std::reference_wrapper< co
/**
* @brief Some recurring basic views
*/
using IntList = BasicBidirectionalAnyView< double >;
using IntList = BasicBidirectionalAnyView< int >;
using DoubleRange = BasicRandomAccessAnyView< double >;
using LongRange = BasicRandomAccessAnyView< long >;
using IntRange = BasicRandomAccessAnyView< int >;
Expand Down

0 comments on commit d3894d5

Please sign in to comment.