view sbplibLocation.m @ 904:14b093a344eb feature/utux2D

Outline new interface method in LaplaceCurvilinear
author Martin Almquist <malmquist@stanford.edu>
date Thu, 22 Nov 2018 22:03:06 -0800
parents 77db2ef14191
children
line wrap: on
line source

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