Sfoglia il codice sorgente

Supprimer 'add_paths.m'

Matthieu PUIGT 6 anni fa
parent
commit
1d07b98803
1 ha cambiato i file con 0 aggiunte e 13 eliminazioni
  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 ..;