summaryrefslogtreecommitdiff
path: root/parGetVecs.m
diff options
context:
space:
mode:
Diffstat (limited to 'parGetVecs.m')
-rw-r--r--parGetVecs.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/parGetVecs.m b/parGetVecs.m
index f903494..2df0e91 100644
--- a/parGetVecs.m
+++ b/parGetVecs.m
@@ -1,6 +1,6 @@
function parGetVecs(dirname)
- minc = zeros(2,1008);
- maxc = zeros(2,1008);
+ minc = zeros(2,174);
+ maxc = zeros(2,174);
parfor i=1:2
if i==1
[minc(i,:),maxc(i,:) ] = getVecsM(strcat(dirname,'_a'));