Mercurial > repos > public > sbplib_julia
diff src/SbpOperators/SbpOperators.jl @ 951:66e8faf4bb4b feature/laplace_opset
Reviwe: Some more comments
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 14 Mar 2022 08:25:11 +0100 |
parents | 88bf50821cf5 |
children | 52a0ebad0778 |
line wrap: on
line diff
--- a/src/SbpOperators/SbpOperators.jl Mon Mar 14 08:06:50 2022 +0100 +++ b/src/SbpOperators/SbpOperators.jl Mon Mar 14 08:25:11 2022 +0100 @@ -30,5 +30,7 @@ export laplace export normal_derivative export second_derivative +# REVIEW: Should the exports be placed here or at the top of each file where the thing is defined? +# We currently have a mix of placing it at the place of definition and at the top of each file. This is a "new" way of doing it. end # module