Changeset bd86e8 for molecuilder/src/periodentafel.cpp
- 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.cpp
rc12297 rbd86e8 92 92 * \return pointer to element 93 93 */ 94 element * periodentafel::FindElement(c har *shorthand) const94 element * periodentafel::FindElement(const char *shorthand) const 95 95 { 96 96 element *walker = periodentafel::start; … … 162 162 * \param *path to to standard file names 163 163 */ 164 bool periodentafel::LoadPeriodentafel(c har *path)164 bool periodentafel::LoadPeriodentafel(const char *path) 165 165 { 166 166 ifstream infile; … … 301 301 /** Stores element list to file. 302 302 */ 303 bool periodentafel::StorePeriodentafel(c har *path) const303 bool periodentafel::StorePeriodentafel(const char *path) const 304 304 { 305 305 bool result = true;
Note:
See TracChangeset
for help on using the changeset viewer.