Mercurial > repos > public > sbplib_julia
changeset 234:d119dfdd749c boundary_conditions
Add functions for getting path to sbp operator data files
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 26 Jun 2019 17:53:15 +0200 |
parents | 7d2ad8a73b1f |
children | a5fdc00d5070 |
files | SbpOperators/src/SbpOperators.jl |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r 7d2ad8a73b1f -r d119dfdd749c SbpOperators/src/SbpOperators.jl --- a/SbpOperators/src/SbpOperators.jl Wed Jun 26 17:52:20 2019 +0200 +++ b/SbpOperators/src/SbpOperators.jl Wed Jun 26 17:53:15 2019 +0200 @@ -160,4 +160,7 @@ end end +sbp_operators_path() = (@__DIR__) * "/../operators/" +export sbp_operators_path + end # module