#! /bin/csh -f

set matrices     = ../../Matrices
set matrix       = BCSSTK23
set matrices     = /local/cleve/ARPA/matrices
set matrix       = BCELL14

set inHBfile = $matrices/$matrix/$matrix.hbmat
set inHBfile = $matrices/$matrix/bcell14.rb.mtx

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

set msglvl  = 1

set msgFile = stdout

testHBIO $msglvl $msgFile $inHBfile $outDInpMtxFile
