Mercurial > repos > public > sbplib
annotate sbplibLocation.m @ 1033:037f203b9bf5 feature/burgers1d
Merge with branch feature/advectioRV to utilize the +rv package
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 17 Jan 2019 10:44:12 +0100 |
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 |