#! /bin/csh -f

set matrices     = ../../Matrices
set matrix       = R2D100

set inDInpMtxFile = $matrices/$matrix/orig.dinpmtxf

set inETreeFile   = $matrices/$matrix/nd.etreef

set inOldToNewIVfile = $matrices/$matrix/ndOldToNew.ivf

set inOwnersIVfile   = $matrices/$matrix/ndowners.ivf

set msglvl  = 4

set msgFile = res.$matrix
set msgFile = res
set msgFile = stdout

set flag = 1

testExtract $msglvl $msgFile $inDInpMtxFile $inETreeFile \
            $inOldToNewIVfile $inOwnersIVfile 
