Mercurial > repos > public > sbplib
view sbplibLocation.m @ 877:7ceaea27d944 bcSetupExperiment
Clean up bc.forcingSetup
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 01 Nov 2018 16:01:33 +0100 |
parents | 77db2ef14191 |
children |
line wrap: on
line source
function location = sbplibLocation() scriptname = mfilename('fullpath'); [location, ~, ~] = fileparts(scriptname); end