#! /bin/csh -f

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

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

set outDInpMtxFile = none
set outDInpMtxFile = $matrices/$matrix/orig.dinpmtxb

set msglvl  = 3

set msgFile = stdout

testIO $msglvl $msgFile $inDInpMtxFile $outDInpMtxFile
