]> git.parisson.com Git - cnaq.git/commitdiff
Add pwd for root_dir
authormanu <manu@5fc3e0e6-29bc-4d03-b52b-c088cb822bde>
Mon, 10 Dec 2007 14:07:46 +0000 (14:07 +0000)
committermanu <manu@5fc3e0e6-29bc-4d03-b52b-c088cb822bde>
Mon, 10 Dec 2007 14:07:46 +0000 (14:07 +0000)
git-svn-id: http://svn.parisson.org/svn/CNAQ/trunk@128 5fc3e0e6-29bc-4d03-b52b-c088cb822bde

CNAQ.m

diff --git a/CNAQ.m b/CNAQ.m
index 4858166082e6f2aaaa38f8631c3051f0a452f6f7..754c943c1b0408d7e64ac3cb6c22381b963470da 100644 (file)
--- a/CNAQ.m
+++ b/CNAQ.m
@@ -117,7 +117,7 @@ cnaq_version = '0.1';
 % PARAMETERS\r
 % ==============================================================\r
         \r
-root_dir = 'E:\CNAQ'; % The directory where CNAQ is installed\r
+root_dir = pwd; % The directory where CNAQ is installed\r
 device = 1;  % The ASIO device number in the audio sytem\r
 delay = 588; % The number of samples in the buffer (latency of the sound card in\r
              % samples. See tests/testacqui.m to know your delay)\r