tshow id when finishing computations - 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 f10b964bf2b108b2bfdb8e7fe509f1731af47984
DIR parent b1e24d4743bd7fb10ec52d6bc2b8ba5aabc61436
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Wed, 25 Nov 2015 09:06:37 +0100
show id when finishing computations
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@@ -127,7 +127,7 @@ while 1
fprintf(fid, 'Computations complete');
fclose(fid);
- disp('Computations complete');
+ disp(['Computations complete, id = ' id]);
diary off;