Ignore:
Timestamp:
Apr 29, 2008, 7:04:59 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
2456db
Parents:
36b128
Message:

configname is also stored in config structure, GetDefaultPath by config::configpath replaced

This stores fragment and affiliated files in same dir as the config, regardless of therein contained paths and is safer and makes the tests work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecules.hpp

    r36b128 r7b1cea  
    613613    int ProcPEPsi;
    614614    char *configpath;
     615    char *configname;
    615616   
    616617    private:
     
    678679  void Load(char *filename, periodentafel *periode, molecule *mol);
    679680  void LoadOld(char *filename, periodentafel *periode, molecule *mol);
    680   void RetrieveConfigPath(char *filename);
     681  void RetrieveConfigPathAndName(char *filename);
    681682  bool Save(ofstream *file, periodentafel *periode, molecule *mol) const;
    682683  void Edit(molecule *mol);
Note: See TracChangeset for help on using the changeset viewer.