Skip to content
Snippets Groups Projects
Commit b760bea6 authored by Stéphane Adjemian's avatar Stéphane Adjemian
Browse files

Bug fix (missing definition of disp_title function).

parent 0eacf716
No related branches found
No related tags found
No related merge requests found
......@@ -270,3 +270,10 @@ end
% Touch a file if everything is done.
%
system(sprintf('touch %s-done.info', model))
function disp_title(txt)
len = length(txt);
skipline()
dprintf('+%s+\n%s\n+%s+', repmat('-', 1, len-2), txt, repmat('-', 1, len-2))
skipline()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment