tfix supscript tags - 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 60353d43e54b8f0a66aa28d09f48b1a02d3b99f9
parent 8a9ecf60c9b081c895da3e080a518d3cfd90f7a8
Author: Anders Damsgaard 
Date:   Mon,  7 Dec 2015 20:38:42 +0100

fix supscript tags

Diffstat:
  M matlab/generate_plots.m             |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -1152,7 +1152,7 @@ for i=1:Nwalkers
         '                  Walker ', num2str(i), ...
-        ' δ18O', ...
+        ' δ18O', ...
         'threshold data\n'];
 end
 fileID = fopen([save_file, '-walker-data.html'],'w');