fix comparator

This commit is contained in:
2025-10-30 15:33:18 +03:00
parent 7586d07243
commit a448728a3d
2 changed files with 22 additions and 22 deletions

View File

@@ -94,6 +94,7 @@ namespace hack::comparators
return res; return res;
} }
}
template<typename T> template<typename T>
inline void compare(const std::vector<T>& in, const std::filesystem::path& path, float epsilon = 1e-6f) inline void compare(const std::vector<T>& in, const std::filesystem::path& path, float epsilon = 1e-6f)
@@ -120,4 +121,3 @@ namespace hack::comparators
} }
} }
} }
}