ExtremeFLOW / neko

/ᐠ. 。.ᐟ\ᵐᵉᵒʷˎˊ˗
https://neko.cfd/
Other
158 stars 27 forks source link

The ksp factory has a redundant select type #1313

Open timofeymukha opened 2 weeks ago

timofeymukha commented 2 weeks ago

Uses an extra select type to call init, whereas we should in principle be able to just call %init on the object variable without a select type. We should see if we can get away with that.