timprove status message - 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 be690e81aef7b711d3132c3c75289ce7afcbe469
(DIR) parent 327d29df9476eb52b03f9c9b12269ab2e5316956
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 29 Sep 2015 14:08:01 +0200
improve status message
Diffstat:
M index.php | 2 +-
M matlab/m_pakke2014maj11/MetHasLong… | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/index.php b/index.php
t@@ -83,7 +83,7 @@ if (isset($_GET['wait_id']) && !empty($_GET['wait_id'])) {
</div>
<div class="row center">
- <h4 class="header col s12">Inversion status:
+ <h4 class="header col s12">
<?php
if (!$statusfile = fopen("/home/adc/cosmo/input/status_" . $_GET['wait_id'], "r")) {
echo("Error! Sample data not found.");
(DIR) diff --git a/matlab/m_pakke2014maj11/MetHasLongstep4.m b/matlab/m_pakke2014maj11/MetHasLongstep4.m
t@@ -110,7 +110,7 @@ for it=1:N_run
%%% INSERTED BY ANDERS %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
fid = fopen(statusfile, 'w');
- statusinfo = strcat(num2str(datestr(RemainingTime,13), ' remaining'));
+ statusinfo = strcat(num2str(datestr(RemainingTime,13)), ' remaining');
fprintf(fid, statusinfo);
fclose(fid);
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%