trecord should be a string - 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 ea85e2b6f907a29a4db3ebcc75d09cee3e2752ca
DIR parent bf513d5c43c1ab13db6e5a3ef181fad631cc9f7a
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 26 Aug 2015 14:02:41 +0200
record should be a string
Diffstat:
M matlab/import_php_file.m | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/matlab/import_php_file.m b/matlab/import_php_file.m
t@@ -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));