From 954a2fe2c5dfe09de7b9b616385994360f8b577b Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 15 Jun 2017 09:50:00 -0400 Subject: [PATCH] Remove command files to use same names than cpp files --- BGL/examples/BGL_LCC/{distance.cmd => distance_lcc.cmd} | 0 .../BGL_LCC/{incident_vertices.cmd => incident_vertices_lcc.cmd} | 0 BGL/examples/BGL_LCC/{normals.cmd => normals_lcc.cmd} | 0 BGL/examples/BGL_LCC/{range.cmd => range_lcc.cmd} | 0 .../{transform_iterator.cmd => transform_iterator_lcc.cmd} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename BGL/examples/BGL_LCC/{distance.cmd => distance_lcc.cmd} (100%) rename BGL/examples/BGL_LCC/{incident_vertices.cmd => incident_vertices_lcc.cmd} (100%) rename BGL/examples/BGL_LCC/{normals.cmd => normals_lcc.cmd} (100%) rename BGL/examples/BGL_LCC/{range.cmd => range_lcc.cmd} (100%) rename BGL/examples/BGL_LCC/{transform_iterator.cmd => transform_iterator_lcc.cmd} (100%) diff --git a/BGL/examples/BGL_LCC/distance.cmd b/BGL/examples/BGL_LCC/distance_lcc.cmd similarity index 100% rename from BGL/examples/BGL_LCC/distance.cmd rename to BGL/examples/BGL_LCC/distance_lcc.cmd diff --git a/BGL/examples/BGL_LCC/incident_vertices.cmd b/BGL/examples/BGL_LCC/incident_vertices_lcc.cmd similarity index 100% rename from BGL/examples/BGL_LCC/incident_vertices.cmd rename to BGL/examples/BGL_LCC/incident_vertices_lcc.cmd diff --git a/BGL/examples/BGL_LCC/normals.cmd b/BGL/examples/BGL_LCC/normals_lcc.cmd similarity index 100% rename from BGL/examples/BGL_LCC/normals.cmd rename to BGL/examples/BGL_LCC/normals_lcc.cmd diff --git a/BGL/examples/BGL_LCC/range.cmd b/BGL/examples/BGL_LCC/range_lcc.cmd similarity index 100% rename from BGL/examples/BGL_LCC/range.cmd rename to BGL/examples/BGL_LCC/range_lcc.cmd diff --git a/BGL/examples/BGL_LCC/transform_iterator.cmd b/BGL/examples/BGL_LCC/transform_iterator_lcc.cmd similarity index 100% rename from BGL/examples/BGL_LCC/transform_iterator.cmd rename to BGL/examples/BGL_LCC/transform_iterator_lcc.cmd