Changeset 84b811 for molecuilder/src/config.hpp
- Timestamp:
- Aug 20, 2009, 7:48:07 AM (16 years ago)
- Children:
- 5f4960, 6c6d84
- Parents:
- 78dac6 (diff), d6b011 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Frederik Heber <heber@…> (08/19/09 14:40:33)
- git-committer:
- Frederik Heber <heber@…> (08/20/09 07:48:07)
- File:
-
- 1 edited
-
molecuilder/src/config.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/config.hpp
r78dac6 r84b811 18 18 #include "molecules.hpp" 19 19 #include "periodentafel.hpp" 20 21 class ConfigFileBuffer { 22 public: 23 char **buffer; 24 int *LineMapping; 25 int CurrentLine; 26 int NoLines; 27 28 ConfigFileBuffer(); 29 ConfigFileBuffer(char *filename); 30 ~ConfigFileBuffer(); 31 32 void InitMapping(); 33 void MapIonTypesInBuffer(int NoAtoms); 34 }; 20 35 21 36 /** The config file.
Note:
See TracChangeset
for help on using the changeset viewer.
