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:
nemu
2009-08-31 11:19:03 +00:00
parent 51c3ded931
commit 9ac709451c
10 changed files with 249 additions and 65 deletions

View File

@ -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;