about summary refs log tree commit diff
path: root/sourcecodes/bnt-master/bntRoot.m
blob: ffbef3a979b075f23c565698432c272c2bc9981c (plain)
1
2
3
4
function r = bntRoot()
% Return directory name where bnt is stored
    r = fileparts(which(mfilename));
end