Browse Source

minor change in init script

Alexander Freytag 9 năm trước cách đây
mục cha
commit
c0f7689cc8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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