WIAS-PDELib / ExtendableFEM.jl

High Level API Finite Element Methods based on ExtendableGrids and ExtendableFEMBase
MIT License
5 stars 7 forks source link

Add explicit `return nothing`s for callback functions #24

Open pjaap opened 2 days ago

pjaap commented 2 days ago

Runic added explicit return statements for all callback functions where an implicit return was already present.

Semantically it would be better to add a return nothing to the corresponding examples.

This is a lot of careful work. This Issue is a reminder for that.

pjaap commented 2 days ago

See https://github.com/WIAS-PDELib/VoronoiFVM.jl/issues/153