gabenespoli/phzlab

change phzABR to phzFFR in all relevant code

Closed this issue · 1 comments

Since phzABR has been changed to phzFFR, this needs to be reflected in all code. noted in phz_combine, line 141: TMP = phzABR_equalizeTrials(TMP, equalGrpVar, verbose);

change to phzFFR_equalizeTrials -- I haven't checked to see whether there are any other similar issues.

I must have missed these when I changed from ABR to FFR (a0526a4). I've fixed this and some others i missed (ff7ca59).