Skip to content

Commit

Permalink
fix (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMrt authored Jul 17, 2024
1 parent 8a0cb9d commit aafe8ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion array_core/array_core.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ namespace dv {
using std::vector;
using std::string;


//! 2-dimensional array
template <typename T>
bool show(T** data, uint64_t arrRows, uint64_t arrCols,
Expand Down

0 comments on commit aafe8ad

Please sign in to comment.