fix comparator
This commit is contained in:
@@ -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)
|
||||||
@@ -119,5 +120,4 @@ namespace hack::comparators
|
|||||||
error()("Failed to delete file: ", e.what());
|
error()("Failed to delete file: ", e.what());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user