Mercurial > repos > public > sbplib
diff sbplibVersion.m @ 832:5573913a0949 feature/burgers1d
Merged with default, and updated +scheme/Burgers1D accordingly
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 11 Sep 2018 15:58:35 +0200 |
parents | 77db2ef14191 |
children |
line wrap: on
line diff
--- a/sbplibVersion.m Tue Sep 11 13:24:08 2018 +0200 +++ b/sbplibVersion.m Tue Sep 11 15:58:35 2018 +0200 @@ -1,11 +1,10 @@ % Prints the version and location of the sbplib currently in use. function sbplibVersion() - scriptname = mfilename('fullpath'); - [folder,~,~] = fileparts(scriptname); + location = sbplibLocation(); - name = 'sbplib'; + name = 'sbplib (feature/grids)'; ver = '0.0.x'; fprintf('%s %s\n', name, ver); - fprintf('Running in:\n%s\n',folder); + fprintf('Running in:\n%s\n', location); end \ No newline at end of file