Skip to content

fix indexing bug in oscillator miniapp

Burlen Loring requested to merge oscillator_bug_fix into master

upgrading to latest diy changed the way mesh indices are calculated, this broke the oscillator. I rewrote the loop using the old fashioned way, iterating over mesh indices directly.

Merge request reports