Changeset 88b936 for molecuilder/src/molecules.hpp
- Timestamp:
- Jul 10, 2009, 9:01:40 PM (16 years ago)
- Children:
- c95b69
- Parents:
- 598f76
- git-author:
- Frederik Heber <heber@…> (07/10/09 20:21:12)
- git-committer:
- Frederik Heber <heber@…> (07/10/09 21:01:40)
- File:
-
- 1 edited
-
molecuilder/src/molecules.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r598f76 r88b936 392 392 }; 393 393 394 class ConfigFileBuffer { 395 public: 396 char **buffer; 397 int *LineMapping; 398 int CurrentLine; 399 int NoLines; 400 401 ConfigFileBuffer(); 402 ConfigFileBuffer(char *filename); 403 ~ConfigFileBuffer(); 404 405 void InitMapping(); 406 void MapIonTypesInBuffer(int NoAtoms); 407 }; 408 409 394 410 /** The config file. 395 411 * The class contains all parameters that control a dft run also functions to load and save. … … 469 485 470 486 int ParseForParameter(int verbose, ifstream *file, const char *name, int sequential, int const xth, int const yth, int type, void *value, int repetition, int critical); 487 int ParseForParameter(int verbose, struct ConfigFileBuffer *FileBuffer, const char *name, int sequential, int const xth, int const yth, int type, void *value, int repetition, int critical); 471 488 472 489 public:
Note:
See TracChangeset
for help on using the changeset viewer.
