Explorar el Código

minor change in init script

Alexander Freytag hace 9 años
padre
commit
c0f7689cc8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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