tupdate paths - 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 4933e2e43e02e8293f8e7ca9ee6751d2a01a4d98
 (DIR) parent 51393cb9ed22f90975ff388144546e5fba87cd8b
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue,  1 Dec 2015 10:37:37 +0100
       
       update paths
       
       Diffstat:
         M matlab/file_scanner_mcmc_starter.m  |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/matlab/file_scanner_mcmc_starter.m b/matlab/file_scanner_mcmc_starter.m
       t@@ -13,7 +13,8 @@ infolder = '~/cosmo/input';
        
        % outfolder: folder for generated plots
        [status, hostname] = system('hostname');
       -if strfind(hostname, 'flaptop') % laptop
       +if strfind(hostname, 'flaptop') || strfind(hostname, 'adc-server') % laptop
       +    infolder = '~/src/cosmo/input';
            outfolder = 'output/';
        else % server
            outfolder = '/var/www/html/output/';