summaryrefslogtreecommitdiff
path: root/parGetVecs.m
blob: 4097f5a89d8ec216f40d786876b7e25dbb215612 (plain)
1
2
3
4
5
6
7
parfor i=1:2
    if i==1
        getVecs('test_a');
    else
        getVecs('test_b');
    end
end