Mercurial > repos > public > sbplib
view sbplibLocation.m @ 991:a99f00896b8e feature/timesteppers
Make Rungekutta4SecondOrder native second order
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 09 Jan 2019 10:17:00 +0100 |
parents | 77db2ef14191 |
children |
line wrap: on
line source
function location = sbplibLocation() scriptname = mfilename('fullpath'); [location, ~, ~] = fileparts(scriptname); end