4431: Rename Roland's sandbox.

* levillain/: Rename directory as... * roland/: ...this. --- milena/sandbox/ChangeLog | 7 +++++++ milena/sandbox/{levillain => roland}/.gitignore | 0 milena/sandbox/{levillain => roland}/Makefile | 0 milena/sandbox/{levillain => roland}/alexandre | 0 .../constrained-connectivity.cc | 0 milena/sandbox/{levillain => roland}/double.cc | 0 milena/sandbox/{levillain => roland}/min-max.cc | 0 .../morpho/lower_completion.hh | 0 .../morpho/shortest_path_watershed.hh | 0 milena/sandbox/{levillain => roland}/soille.pgm | 0 milena/sandbox/{levillain => roland}/theo | 0 11 files changed, 7 insertions(+), 0 deletions(-) rename milena/sandbox/{levillain => roland}/.gitignore (100%) rename milena/sandbox/{levillain => roland}/Makefile (100%) rename milena/sandbox/{levillain => roland}/alexandre (100%) rename milena/sandbox/{levillain => roland}/constrained-connectivity.cc (100%) rename milena/sandbox/{levillain => roland}/double.cc (100%) rename milena/sandbox/{levillain => roland}/min-max.cc (100%) rename milena/sandbox/{levillain => roland}/morpho/lower_completion.hh (100%) rename milena/sandbox/{levillain => roland}/morpho/shortest_path_watershed.hh (100%) rename milena/sandbox/{levillain => roland}/soille.pgm (100%) rename milena/sandbox/{levillain => roland}/theo (100%) diff --git a/milena/sandbox/ChangeLog b/milena/sandbox/ChangeLog index 24378ce..4b53f49 100644 --- a/milena/sandbox/ChangeLog +++ b/milena/sandbox/ChangeLog @@ -1,5 +1,12 @@ 2009-09-04 Roland Levillain <roland@lrde.epita.fr> + Rename Roland's sandbox. + + * levillain/: Rename directory as... + * roland/: ...this. + +2009-09-04 Roland Levillain <roland@lrde.epita.fr> + * levillain/constrained-connectivity.cc: Aesthetic changes. 2009-09-04 Roland Levillain <roland@lrde.epita.fr> diff --git a/milena/sandbox/levillain/.gitignore b/milena/sandbox/roland/.gitignore similarity index 100% rename from milena/sandbox/levillain/.gitignore rename to milena/sandbox/roland/.gitignore diff --git a/milena/sandbox/levillain/Makefile b/milena/sandbox/roland/Makefile similarity index 100% rename from milena/sandbox/levillain/Makefile rename to milena/sandbox/roland/Makefile diff --git a/milena/sandbox/levillain/alexandre b/milena/sandbox/roland/alexandre similarity index 100% rename from milena/sandbox/levillain/alexandre rename to milena/sandbox/roland/alexandre diff --git a/milena/sandbox/levillain/constrained-connectivity.cc b/milena/sandbox/roland/constrained-connectivity.cc similarity index 100% rename from milena/sandbox/levillain/constrained-connectivity.cc rename to milena/sandbox/roland/constrained-connectivity.cc diff --git a/milena/sandbox/levillain/double.cc b/milena/sandbox/roland/double.cc similarity index 100% rename from milena/sandbox/levillain/double.cc rename to milena/sandbox/roland/double.cc diff --git a/milena/sandbox/levillain/min-max.cc b/milena/sandbox/roland/min-max.cc similarity index 100% rename from milena/sandbox/levillain/min-max.cc rename to milena/sandbox/roland/min-max.cc diff --git a/milena/sandbox/levillain/morpho/lower_completion.hh b/milena/sandbox/roland/morpho/lower_completion.hh similarity index 100% rename from milena/sandbox/levillain/morpho/lower_completion.hh rename to milena/sandbox/roland/morpho/lower_completion.hh diff --git a/milena/sandbox/levillain/morpho/shortest_path_watershed.hh b/milena/sandbox/roland/morpho/shortest_path_watershed.hh similarity index 100% rename from milena/sandbox/levillain/morpho/shortest_path_watershed.hh rename to milena/sandbox/roland/morpho/shortest_path_watershed.hh diff --git a/milena/sandbox/levillain/soille.pgm b/milena/sandbox/roland/soille.pgm similarity index 100% rename from milena/sandbox/levillain/soille.pgm rename to milena/sandbox/roland/soille.pgm diff --git a/milena/sandbox/levillain/theo b/milena/sandbox/roland/theo similarity index 100% rename from milena/sandbox/levillain/theo rename to milena/sandbox/roland/theo -- 1.6.4.2
participants (1)
-
Roland Levillain