| # | Line 52 | Line 52 | class InitializeFromFile{ (public) | |
|---|---|---|
| 52 | InitializeFromFile( char *in_name ); | |
| 53 | ~InitializeFromFile(); | |
| 54 | ||
| 55 | < | void read_xyz( SimInfo* the_entry_plug ); |
| 55 | > | void readInit( SimInfo* the_entry_plug ); |
| 56 | ||
| 57 | private: | |
| 58 | char* parseDumpLine(char* line, int atomIndex); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |