apex fails to generate correct matmul() code for Wave Motion benchmark

apex commit 9e60f084 generates TRANSPOSE matrix multiply code for waver.sac, here:

~/apexgit/Ancillary/benchmks/WaveMotion/waver

It should be generating the STAR algorithm code.

I will fix this.