fix comparator
This commit is contained in:
@@ -94,6 +94,7 @@ namespace hack::comparators
|
||||
|
||||
return res;
|
||||
}
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
inline void compare(const std::vector<T>& in, const std::filesystem::path& path, float epsilon = 1e-6f)
|
||||
@@ -120,4 +121,3 @@ namespace hack::comparators
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user