URI: 
       tfix record format - 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 050c184dabede02d2753cf1c471e65a792cde37c
   DIR parent 65c493d4b680538f816e37872248496c4f96be9f
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Wed, 26 Aug 2015 14:06:06 +0200
       
       fix record format
       
       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               = rawNumericColumns(:, 16);
       +record               = rawCellColumns(:, 16);
        record_threshold_min = cell2mat(rawNumericColumns(:, 17));
        record_threshold_max = cell2mat(rawNumericColumns(:, 18));