view sbplibLocation.m @ 635:bb1180becc30 feature/grids

Merge bugfix/TiVectorInputs
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 23 Oct 2017 16:43:37 +0200
parents 77db2ef14191
children
line wrap: on
line source

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