############################################################# # Building 'tdm' and sample output ############################################################# einstein% pwd; ls /usr2/people/phy329/f77/ex7 Makefile dmroutines.f tdm.f einstein% make f77 -g -c tdm.f f77 -g -c dmroutines.f f77 -g -L/usr/local/lib tdm.o dmroutines.o -lp329f -o tdm einstein% tdm usage: tdm Use 'tdm -' to read from standard input einstein% tdm - 2 2 1 2 3 4 2 2 7.000000000000000 10.00000000000000 15.00000000000000 22.00000000000000 einstein% tdm - 2 3 1 2 3 4 5 6 tdm: Input array not square