Open pjaap opened 2 days ago
Runic added explicit return statements for all callback functions where an implicit return was already present.
return
Semantically it would be better to add a return nothing to the corresponding examples.
return nothing
This is a lot of careful work. This Issue is a reminder for that.
See https://github.com/WIAS-PDELib/VoronoiFVM.jl/issues/153
Runic added explicit
return
statements for all callback functions where an implicitreturn
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.