IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20870


Ignore:
Timestamp:
Dec 1, 2008, 7:00:40 PM (17 years ago)
Author:
eugene
Message:

add debugging echo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081124/Ohana/src/opihi/cmd.data/test/gaussj.sh

    r16269 r20870  
    232232 for i 0 B[]
    233233  for j 0 B[]
     234   # echo $i $j meas[$i] inA[$i][$j] B[$j] {inA[$i][$j] * B[$j]} {meas[$i] + inA[$i][$j] * B[$j]}
    234235   meas[$i] = meas[$i] + inA[$i][$j] * B[$j]
     236   # echo "-> meas[$i]"
    235237  end
    236238 end
     
    238240 for i 0 inB[]
    239241  if (abs(inB[$i]-meas[$i]) > 1e-5)
     242    echo inB[$i] meas[$i] {abs(inB[$i]-meas[$i])}
    240243    $PASS = 0
    241244  end
Note: See TracChangeset for help on using the changeset viewer.