little fix

This commit is contained in:
2024-11-13 23:20:08 +01:00
parent 98a3e97601
commit ac7ca0beae
5 changed files with 4 additions and 398 deletions

View File

@@ -46,7 +46,7 @@ public:
rowne_odstepy = true;
float pierwszy_odstep = x[1] - x[0];
// Sprawdzenie czy odstępy x są takie same
// czy odstępy x są takie same?
for (int i = 2; i < liczba_wezlow; i++)
{
if (std::abs((x[i] - x[i - 1]) - pierwszy_odstep) > 1e-6)