From aafe8adf9c90d5793ea6a84c7d1b18a1128dbd6d Mon Sep 17 00:00:00 2001 From: AntonMrt <104432560+AntonMrt@users.noreply.github.com> Date: Wed, 17 Jul 2024 16:24:27 +0300 Subject: [PATCH] fix (#111) --- array_core/array_core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/array_core/array_core.h b/array_core/array_core.h index ea8c944..2dcbfff 100644 --- a/array_core/array_core.h +++ b/array_core/array_core.h @@ -15,7 +15,6 @@ namespace dv { using std::vector; using std::string; - //! 2-dimensional array template bool show(T** data, uint64_t arrRows, uint64_t arrCols,