tchange to cosmo-server archive path - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
HTML git clone git://src.adamsgaard.dk/cosmo
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit ac67d9d2f23e55c9bc6a7d90c97822f1d774632d
DIR parent fbb2166624ce942f18264fcefc64bdfa4a09836f
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 28 Sep 2015 13:34:29 +0200
change to cosmo-server 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/adc/cosmo/archive';
+archivefolder = '/home/adc/cosmo/archive';
% folder containing matlab scripts to path
matlab_scripts_folder = 'm_pakke2014maj11/';