Mercurial > repos > public > sbplib
annotate sbplibLocation.m @ 1297:e53b1e25970a feature/boundary_optimized_grids
Change +sbp/+util/ to +sbp/+grid and change function names to camel case
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 07 Jul 2020 16:08:08 +0200 |
parents | 77db2ef14191 |
children |
rev | line source |
---|---|
612
77db2ef14191
Add function for finding the path of sbplib
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
1 function location = sbplibLocation() |
77db2ef14191
Add function for finding the path of sbplib
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
2 scriptname = mfilename('fullpath'); |
77db2ef14191
Add function for finding the path of sbplib
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
3 [location, ~, ~] = fileparts(scriptname); |
77db2ef14191
Add function for finding the path of sbplib
Jonatan Werpers <jonatan@werpers.com>
parents:
diff
changeset
|
4 end |