tadd short documentation - 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 10e4fa45267b7b9c6b5f2eff762e9857c57d6adb
 (DIR) parent f1e0c6e141b76c56305155587973ee9f754a99ae
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 17 Aug 2015 14:27:12 +0200
       
       add short documentation
       
       Diffstat:
         M matlab/file_scanner_mcmc_starter.m  |       7 +++++++
       
       1 file changed, 7 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/matlab/file_scanner_mcmc_starter.m b/matlab/file_scanner_mcmc_starter.m
       t@@ -1,3 +1,10 @@
       +%% file_scanner_mcmc_starter.m
       +%  This file is started by run.sh.
       +%  The script watches an input folder (infolder) for input files generated
       +%  by the web interface. The content of the input files is used to start
       +%  calls to the MCMC functions.
       +%%
       +
        % folder of input files
        infolder = '~/src/cosmo/matlab';