Skip to content

Commit bb91c32

Browse files
committed
deleted env variable
1 parent 969dc0f commit bb91c32

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

SETUP_PACER.m

-5
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@
66
% 2017
77
% mail@andreashusch.de, husch.andreas@chl.lu
88

9-
global refDataPath
10-
global inputDataPath
11-
129
%% RUN this file once (F5) to automatically make sure all PaCER files (including subdirectories) are in your MATLAB path!
1310
pacerDir = fileparts(mfilename('fullpath'));
1411
addpath(genpath(pacerDir));
1512
savepath();
16-
refDataPath = [getenv('PACER_DATA_PATH') filesep 'ref' filesep];
17-
inputDataPath = [getenv('PACER_DATA_PATH') filesep 'input' filesep];

0 commit comments

Comments
 (0)