Преглед изворни кода

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