tfix variable name - 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 d7455217542fca4dd580cd92e8418ce35cdd753c
 (DIR) parent d0c4b1cc26c1f062ca7176a4731ebbe8b2b6c21d
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Thu, 27 Aug 2015 12:03:20 +0200
       
       fix variable name
       
       Diffstat:
         M matlab/file_scanner_mcmc_starter.m  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/matlab/file_scanner_mcmc_starter.m b/matlab/file_scanner_mcmc_starter.m
       t@@ -84,7 +84,7 @@ while 1
                
                % generate plots
                %CompareWalks2(Ss, save_file)
       -        generate_plots(Ss, output_folder, save_file, graphics_formats)
       +        generate_plots(Ss, outfolder, save_file, graphics_formats)
                
                % delete or archive the file so it is not processed again
                %delete(infile)