瀏覽代碼

minor change in init script

Alexander Freytag 9 年之前
父節點
當前提交
c0f7689cc8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      initWorkspaceLibLinear.m

+ 1 - 1
initWorkspaceLibLinear.m

@@ -23,7 +23,7 @@ function initWorkspaceLibLinear
     %% add paths which come with this repository
     
     if strcmp( getenv('USER'), 'freytag')
-        LIBLINEARDIR    = '~/code/3rdParty/liblinear-1.93/matlab/';   
+        LIBLINEARDIR    = '/home/freytag/code/3rdParty/liblinear-1.93/matlab/';   
     else
         fprintf('Unknown user %s and unknown default settings', getenv('USER') ); 
     end