Ignore:
Timestamp:
Jul 24, 2008, 1:56:00 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
b3eb8e
Parents:
ed5f58
Message:

BUGFIX: elements.db is now using path instead of file

elements database was not correctly stored, as a filename was still given in Load/StorePeriodentafel instead of the path. This is corrected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/periodentafel.hpp

    red5f58 r0f7a85  
    7070  bool Output(ofstream *output) const;
    7171  bool Checkout(ofstream *output, const int *checkliste) const;
    72   bool LoadPeriodentafel(char *filename = NULL);
    73   bool StorePeriodentafel(char *filename = NULL) const;
     72  bool LoadPeriodentafel(char *path = NULL);
     73  bool StorePeriodentafel(char *path = NULL) const;
    7474 
    7575  private:
Note: See TracChangeset for help on using the changeset viewer.