Open dkadish opened 5 years ago
On second thought, I think you can actually just remove line 234. Both fixed_tongue_diameter
and tongue_amplitude
are not being updated in the loop, so it is unnecessary....
Thanks! Could you make a PR for this fix? Thanks.
https://github.com/PaulBatchelor/voc/blob/20a17d66b178d1e05b8e3d96c61f6f22e79fb1f6/top.w#L224-L239
I think that an update to
tongue_amplitude
is missing in line 234-235. In line 226, it is updated using the value offixed_tongue_diameter
, but within the loop, the new value offixed_tongue_diameter
goes unused astongue_amplitude
is not updated...