view sbplibLocation.m @ 1096:78d7e4e28e3e

Merged in feature/laplace1dUpdate (pull request #13) Feature/laplace1dUpdate
author Jonatan Werpers <jonatan.werpers@it.uu.se>
date Mon, 08 Apr 2019 20:15:37 +0000
parents 77db2ef14191
children
line wrap: on
line source

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