We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969dc0f commit bb91c32Copy full SHA for bb91c32
SETUP_PACER.m
@@ -6,12 +6,7 @@
6
% 2017
7
% mail@andreashusch.de, husch.andreas@chl.lu
8
9
-global refDataPath
10
-global inputDataPath
11
-
12
%% RUN this file once (F5) to automatically make sure all PaCER files (including subdirectories) are in your MATLAB path!
13
pacerDir = fileparts(mfilename('fullpath'));
14
addpath(genpath(pacerDir));
15
savepath();
16
-refDataPath = [getenv('PACER_DATA_PATH') filesep 'ref' filesep];
17
-inputDataPath = [getenv('PACER_DATA_PATH') filesep 'input' filesep];
0 commit comments