#!xerion
# '$Id: printExampleError,v 1.1 93/04/14 11:12:20 drew Exp $'
#  calculates and prints the error of all units on a specific
#  example.
#  MUST BE CALLED BY PRINTERROR
#

for idx in $range ; do
    set error[idx] = $(calc "abs(  ${${group}.unit[idx].target}\
				 - ${${group}.unit[idx].output})")
done
print error[*] "%7.4f"
