diff options
Diffstat (limited to 'sourcecodes/bnt-master/bntRoot.m')
| -rw-r--r-- | sourcecodes/bnt-master/bntRoot.m | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sourcecodes/bnt-master/bntRoot.m b/sourcecodes/bnt-master/bntRoot.m new file mode 100644 index 00000000..ffbef3a9 --- /dev/null +++ b/sourcecodes/bnt-master/bntRoot.m @@ -0,0 +1,4 @@ +function r = bntRoot() +% Return directory name where bnt is stored + r = fileparts(which(mfilename)); +end |
