cosmo

Front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
git clone git://src.adamsgaard.dk/cosmo
Log | Files | Refs | README | LICENSE

commit ea85e2b6f907a29a4db3ebcc75d09cee3e2752ca
parent bf513d5c43c1ab13db6e5a3ef181fad631cc9f7a
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 26 Aug 2015 14:02:41 +0200

record should be a string

Diffstat:
Mmatlab/import_php_file.m | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/import_php_file.m b/matlab/import_php_file.m @@ -125,7 +125,7 @@ epsilon_int_min = cell2mat(rawNumericColumns(:, 12)); epsilon_int_max = cell2mat(rawNumericColumns(:, 13)); t_degla = cell2mat(rawNumericColumns(:, 14)); t_degla_uncer = cell2mat(rawNumericColumns(:, 15)); -record = cell2mat(rawNumericColumns(:, 16)); +record = rawNumericColumns(:, 16); record_threshold_min = cell2mat(rawNumericColumns(:, 17)); record_threshold_max = cell2mat(rawNumericColumns(:, 18));