view sbplibLocation.m @ 1273:cf542444f022 feature/poroelastic

Correct error messages in lebedev2d
author Martin Almquist <malmquist@stanford.edu>
date Mon, 01 Jun 2020 19:00:31 -0700
parents 77db2ef14191
children
line wrap: on
line source

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