tfix archive path - 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 47aba7e6c65980a2ce311927f1425d7f2f547eff
(DIR) parent 62b79804636f3d005288b64cb9f04c04cb365fb1
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 2 Sep 2015 16:19:59 +0200
fix archive path
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@@ -19,7 +19,7 @@ prefix = 'cosmo_';
% folder where completed input files are archived. This folder should be
% outside of the webserver document root so others cannot acces this
% information
-archivefolder = '/Users/ad/cosmo/archive';
+archivefolder = '/Users/adc/cosmo/archive';
% folder containing matlab scripts to path
matlab_scripts_folder = 'm_pakke2014maj11/';