tadd line break - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
 (HTM) git clone git://src.adamsgaard.dk/cosmo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 80c673f658af2aa4fa0a47ad8fcb2b5e528ad447
 (DIR) parent 13a00c479fb2cba7a11cecb42e0583d5d281f57a
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon,  7 Dec 2015 19:44:59 +0100
       
       add line break
       
       Diffstat:
         M matlab/generate_plots.m             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -1128,7 +1128,7 @@ disp('Creating html snippet for per-walker data file links')
        html = '\n';
        for i=1:Nwalkers
            html = [html, ...
       -        '                  <a href="output/', save_file, '-eps_int-w', ...
       +        '                  <br><a href="output/', save_file, '-eps_int-w', ...
                num2str(i), '.txt"\n', ...
                '                     target="_blank">Walker ', num2str(i), ...
                ' &epsilon;<sub>int</sub> ',...