From 2e9a8b4135b6bc2f1fc14ea652ad677ee875bc81 Mon Sep 17 00:00:00 2001 From: Morph01 <145839520+Morph01@users.noreply.github.com> Date: Fri, 2 Feb 2024 09:47:51 +0100 Subject: [PATCH] comment --- src/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index aa2e204..fd295bc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -44,13 +44,15 @@ public: } } + /* void DivideLine(T div, std::size_t line){ for (size_t i = 0; i < count; i++) { - /* code */ + } } + */ void GaussJordan() {