* Changed the exit condition for a few external classes in case the xml-file is not found.

Until now the program terminated with a segmentation fault which was not very user friendly...

* Got rid of a strange construction in the TRIM.SP handler (vector<pair> -> map)
This commit is contained in:
Bastian M. Wojek
2010-06-20 10:34:49 +00:00
parent f1a0dc72fc
commit 440d22bc99
17 changed files with 138 additions and 64 deletions

11
NEWS
View File

@ -1,9 +1,18 @@
#---------------------------------------------------------------------
# NEWS
# Andreas Suter, 2009/06/21
# Andreas Suter, 2010/06/15
# $Id: NEWS 4013 2009-06-21
#---------------------------------------------------------------------
musrfit 0.6.0
+ Added grouping of histograms
+ Added global mode to msr2data
+
+
+
+
musrfit 0.5.0
+ Initial release supporting building by autotools