tfix supscript tags - 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 60353d43e54b8f0a66aa28d09f48b1a02d3b99f9
(DIR) parent 8a9ecf60c9b081c895da3e080a518d3cfd90f7a8
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
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(-)
---
(DIR) diff --git a/matlab/generate_plots.m b/matlab/generate_plots.m
t@@ -1152,7 +1152,7 @@ for i=1:Nwalkers
' <a href="output/', id, '-eps_int-w', ...
num2str(i), '.txt"\n', ...
' target="_blank">Walker ', num2str(i), ...
- ' δ<sup>18</sub>O', ...
+ ' δ<sup>18</sup>O', ...
'<sub>threshold</sub> data</a>\n'];
end
fileID = fopen([save_file, '-walker-data.html'],'w');