tadd missing bracket, change plot status line - 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 2ce85601126e48cdd74c5ad06ca4403651bfe971
 (DIR) parent 95859a1a81f7efd051b16dc279538eaec8c94c7f
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon,  7 Dec 2015 16:44:15 +0100
       
       add missing bracket, change plot status line
       
       Diffstat:
         M matlab/file_scanner_mcmc_starter.m  |       2 +-
         M matlab/generate_plots.m             |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/matlab/file_scanner_mcmc_starter.m b/matlab/file_scanner_mcmc_starter.m
       t@@ -123,7 +123,7 @@ while 1
                        statusfile, id);
        
                    fid = fopen(statusfile, 'w');
       -            fprintf(fid, 'Generating plots');
       +            fprintf(fid, 'Generating plots and output files');
                    fclose(fid);
        
                    % generate plots
 (DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
       t@@ -1150,6 +1150,6 @@ for i=1:Nwalkers
                ' &delta;<sup>18</sub>O', ...
                '<sub>threshold</sub> data</a>\n'];
        end
       -fileID = fopen([save_file, '-walker-data.html','w');
       +fileID = fopen([save_file, '-walker-data.html'],'w');
        fprintf(fileID, html);
        fclose(fileID);