Changeset c72cbe for molecuilder


Ignore:
Timestamp:
Apr 27, 2008, 12:59:40 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
16cd31
Parents:
a829d1
Message:

Load/StorePeriodentafel(): filename as parameter, if NULL default name in pwd is used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified molecuilder/src/molecules.hpp

    ra829d1 rc72cbe  
    261261  bool Output(ofstream *output) const;
    262262  bool Checkout(ofstream *output, const int *checkliste) const;
    263   bool LoadPeriodentafel();
    264   bool StorePeriodentafel() const;
     263  bool LoadPeriodentafel(char *filename = NULL);
     264  bool StorePeriodentafel(char *filename = NULL) const;
    265265 
    266266  private:
Note: See TracChangeset for help on using the changeset viewer.