JuliaWaveScattering / MultipleScattering.jl

A Julia library for simulating, processing, and plotting multiple scattering of waves.
Other
45 stars 12 forks source link

Remove unnecessary T parameter from types #35

Closed jondea closed 2 years ago

jondea commented 2 years ago

Progress towards fixing #33

There were a lot more changes than I initially thought, changing the abstract types had a lot of knock on effects. There's probably more Ts that can be taken out, but this seemed like a good place to stop, and the unit tests pass.