Explorar el Código

Supprimer 'add_paths.m'

Matthieu PUIGT hace 6 años
padre
commit
1d07b98803
Se han modificado 1 ficheros con 0 adiciones y 13 borrados
  1. 0 13
      add_paths.m

+ 0 - 13
add_paths.m

@@ -1,13 +0,0 @@
-addpath(pwd);
-
-cd output/;
-addpath(genpath(pwd));
-cd ..;
-
-cd synthetic_data/;
-addpath(genpath(pwd));
-cd ..;
-
-cd algorithms/;
-addpath(genpath(pwd));
-cd ..;