Remove no-op

This commit is contained in:
Stan Moore
2019-06-27 08:53:58 -06:00
parent 60adaa24cb
commit 1e2aeed2ac

View File

@ -610,8 +610,6 @@ void SNA::compute_bi()
sumzu += 0.5*(ulisttot_r[jju]*zlist_r[jjz] +
ulisttot_i[jju]*zlist_i[jjz]);
jjz++;
jju++;
} // end if jeven
blist[jjb] = 2.0*sumzu;