浏览代码

Supprimer 'add_paths.m'

Matthieu PUIGT 7 年之前
父节点
当前提交
1d07b98803
共有 1 个文件被更改,包括 0 次插入13 次删除
  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 ..;