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

@ -47,7 +47,7 @@
class PMsrHandler
{
public:
PMsrHandler(char *fileName);
PMsrHandler(const char *fileName);
virtual ~PMsrHandler();
virtual int ReadMsrFile();