* Define a function for the XML-reading workaround in order to clean up a bit.
For the moment we keep to copies of it -- one for the use within the various musrfit programs, one that can be used in user functions. * musrt0 is now again activated in musrgui/musredit by default.
This commit is contained in:
@@ -36,9 +36,15 @@
|
||||
#include <TQObject.h>
|
||||
#include <TList.h>
|
||||
#include <TString.h>
|
||||
#include <TSAXParser.h>
|
||||
|
||||
#include "PMusr.h"
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
// This function is a replacement for the ParseFile method of TSAXParser.
|
||||
//--------------------------------------------------------------------------
|
||||
int parseXmlFile(TSAXParser*, const char*);
|
||||
|
||||
/**
|
||||
* <p>Handles the XML musrfit startup file (musrfit_startup.xml) in which default settings
|
||||
* are stored:
|
||||
|
||||
Reference in New Issue
Block a user