Mercurial > repos > public > sbplib
annotate sbplibLocation.m @ 1045:dc1bcbef2a86 feature/getBoundaryOp
Remove ability to get several boundary ops at the same time from a few of the schemes
While it can be handy the code for the getBoundaryOp methods get needlessly cluttered
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 22 Jan 2019 17:12:22 +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 |