Changeset bd86e8 for molecuilder/src/periodentafel.hpp
- Timestamp:
- Jul 9, 2009, 11:01:08 AM (16 years ago)
- Children:
- ab7b5e7
- Parents:
- c12297
- git-author:
- Frederik Heber <heber@…> (07/09/09 10:59:00)
- git-committer:
- Frederik Heber <heber@…> (07/09/09 11:01:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/periodentafel.hpp
rc12297 rbd86e8 66 66 bool CleanupPeriodtable(); 67 67 element * FindElement(int Z); 68 element * FindElement(c har *shorthand) const;68 element * FindElement(const char *shorthand) const; 69 69 element * AskElement(); 70 70 bool Output(ofstream *output) const; 71 71 bool Checkout(ofstream *output, const int *checkliste) const; 72 bool LoadPeriodentafel(c har *path = NULL);73 bool StorePeriodentafel(c har *path = NULL) const;72 bool LoadPeriodentafel(const char *path); 73 bool StorePeriodentafel(const char *path) const; 74 74 75 75 private:
Note:
See TracChangeset
for help on using the changeset viewer.