tremove extra bracket - 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 3496a2f8ba02021438f2077ffffca7740be3746e
parent ddbe8b6a901694ebb32290b3378ce10307744645
Author: Anders Damsgaard 
Date:   Thu, 22 Oct 2015 12:47:32 +0200

remove extra bracket

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@@ -218,7 +218,7 @@ title(['Density cross-plots B. Result file =',save_file],'interp','none')
 figure(fh(4)); set(fh(4), 'Visible', show_figures)
 subplot(5,4,2)
 %title(['Histograms. Result file =',save_file],'interp','none')
-title(['Distribution of model parameter values','interp','none')
+title('Distribution of model parameter values','interp','none')
 
 % position figure windows at certain coordinates on the screen
 if strcmp(show_figures, 'on')