From 2a4f8311d805f5b6d04b55b4ba68b29aef86ed78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Tue, 27 Apr 2021 14:16:13 +0200 Subject: [PATCH] Fix paths of ToS2 benchmarks --- .../benchmark/{ => Triangulation_on_sphere_2}/CMakeLists.txt | 0 .../benchmark/{ => Triangulation_on_sphere_2}/bench_dtos2.cpp | 0 .../benchmark/{ => Triangulation_on_sphere_2}/generate_points.cpp | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename Triangulation_on_sphere_2/benchmark/{ => Triangulation_on_sphere_2}/CMakeLists.txt (100%) rename Triangulation_on_sphere_2/benchmark/{ => Triangulation_on_sphere_2}/bench_dtos2.cpp (100%) rename Triangulation_on_sphere_2/benchmark/{ => Triangulation_on_sphere_2}/generate_points.cpp (100%) diff --git a/Triangulation_on_sphere_2/benchmark/CMakeLists.txt b/Triangulation_on_sphere_2/benchmark/Triangulation_on_sphere_2/CMakeLists.txt similarity index 100% rename from Triangulation_on_sphere_2/benchmark/CMakeLists.txt rename to Triangulation_on_sphere_2/benchmark/Triangulation_on_sphere_2/CMakeLists.txt diff --git a/Triangulation_on_sphere_2/benchmark/bench_dtos2.cpp b/Triangulation_on_sphere_2/benchmark/Triangulation_on_sphere_2/bench_dtos2.cpp similarity index 100% rename from Triangulation_on_sphere_2/benchmark/bench_dtos2.cpp rename to Triangulation_on_sphere_2/benchmark/Triangulation_on_sphere_2/bench_dtos2.cpp diff --git a/Triangulation_on_sphere_2/benchmark/generate_points.cpp b/Triangulation_on_sphere_2/benchmark/Triangulation_on_sphere_2/generate_points.cpp similarity index 100% rename from Triangulation_on_sphere_2/benchmark/generate_points.cpp rename to Triangulation_on_sphere_2/benchmark/Triangulation_on_sphere_2/generate_points.cpp