merge in Bastian M. Wojek's cpp-version of msr2data. This should help to step towards a real platform independent musrfit package.
This commit is contained in:
@ -52,7 +52,7 @@ using namespace std;
|
||||
*
|
||||
* \param fileName
|
||||
*/
|
||||
PMsrHandler::PMsrHandler(char *fileName) : fFileName(fileName)
|
||||
PMsrHandler::PMsrHandler(const char *fileName) : fFileName(fileName)
|
||||
{
|
||||
// init variables
|
||||
fMsrBlockCounter = 0;
|
||||
|
Reference in New Issue
Block a user