1#! /bin/csh -f
2#
3#  test the Chv_copyEntriesToVector() method
4#
5#  created -- 98apr22, cca
6#
7
8set msglvl       =       4
9set msgFile      =    res
10set msgFile      =  stdout
11set type         =       1
12set symflag      =       0
13set nD           =       6
14set nU           =       5
15
16set pivotingflag =  1
17set copyflag     =  3
18set storeflag    =  0
19set seed         =  1
20
21foreach type               ( 2 )
22   foreach symflag         ( 2 )
23      foreach pivotingflag ( 1 )
24         foreach storeflag ( 1 )
25            test_copyEntriesToVector \
26               $msglvl $msgFile $nD $nU $type $symflag \
27               $pivotingflag $storeflag $seed
28         end
29      end
30   end
31end
32