view sbplibLocation.m @ 822:4808c4bd844e feature/operator_files

Add assemble_boundary_op
author Ylva Rydin <ylva.rydin@telia.com>
date Mon, 10 Sep 2018 17:16:22 +0200
parents 77db2ef14191
children
line wrap: on
line source

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