| # | Line 790 | Line 790 | char* DumpReader::parseCommentLine(char* readLine, dou | |
|---|---|---|
| 790 | return NULL; | |
| 791 | ||
| 792 | //get chi and integralOfChidt, they should appear by pair | |
| 793 | < | GenericData* myProps = entry_plug->getProperties(); |
| 793 | > | GenericData* myProps = simnfo->getProperties(); |
| 794 | foo = strtok(NULL, " ,;\t\n"); | |
| 795 | if(foo != NULL){ | |
| 796 | chi = atof(foo); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |