view sbplibLocation.m @ 1006:de8c979b9881 feature/getBoundaryOp

Merge with default
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 16 Jan 2019 16:50:47 +0100
parents 77db2ef14191
children
line wrap: on
line source

function location = sbplibLocation()
    scriptname  = mfilename('fullpath');
    [location, ~, ~] = fileparts(scriptname);
end