removed useless comment

This commit is contained in:
2025-12-14 10:18:58 +03:00
parent 2ddf29b158
commit f3b74fe433

View File

@@ -1,6 +1,6 @@
#pragma once #pragma once
#include "simplex.hpp" #include "simplex.hpp"
#include <algorithm> // find_if #include <algorithm>
#include <array> #include <array>
#include <cmath> #include <cmath>
#include <cstdint> #include <cstdint>