Ver Fonte

added new user kaeding

Christoph Kaeding há 9 anos atrás
pai
commit
f415b8dcd2
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      initWorkspaceLibLinear.m

+ 2 - 0
initWorkspaceLibLinear.m

@@ -24,6 +24,8 @@ function initWorkspaceLibLinear
     
     if strcmp( getenv('USER'), 'freytag')
         LIBLINEARDIR    = '/home/freytag/code/3rdParty/liblinear-1.93/matlab/';   
+    elseif strcmp( getenv('USER'), 'kaeding')
+        LIBLINEARDIR    = '/home/kaeding/lib/liblinear-multicore-2.1-2/matlab/';   
     else
         fprintf('Unknown user %s and unknown default settings', getenv('USER') ); 
     end