| 75 | } |
| 76 | |
| 77 | void WaveSimulation1D_Real::setDampening(int damp) FL_NOEXCEPT { |
| 78 | mDampenening = damp; |
| 79 | mDampDecayQ15 = wave_detail::compute_damp_decay_q15(damp); |
| 80 | } |
| 81 | |
| 82 | int WaveSimulation1D_Real::getDampenening() const { return mDampenening; } |
| 83 |
nothing calls this directly
no test coverage detected