Parcourir la source

Supprimer 'add_paths.m'

Matthieu PUIGT il y a 5 ans
Parent
commit
1d07b98803
1 fichiers modifiés avec 0 ajouts et 13 suppressions
  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 ..;