view sbplibLocation.m @ 935:1bf200417957 feature/utux2D

Fix doc for LaplaceCurvilinear.interface
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 04 Dec 2018 12:53:59 +0100
parents 77db2ef14191
children
line wrap: on
line source

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