Rename test to proper issue ID rather than year
https://github.com/CGAL/cgal/issues/3382
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ void print_polygon_in_double(const Polygon_2& poly) {
|
||||
|
||||
void read_polygon_from_file(Polygon_2& pgn) {
|
||||
|
||||
std::ifstream in("issue2013.txt");
|
||||
std::ifstream in("data/issue3382.txt");
|
||||
|
||||
CGAL::Gmpq gx, gy;
|
||||
while(in >> gx >> gy) {
|
||||
Reference in New Issue
Block a user