Ignore:
Timestamp:
Oct 30, 2009, 4:09:29 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
df0520
Parents:
b84ab4
Message:

BondGraph is initialized within config::Load(), as it has to happen after parsing options and before loading molecule. And various fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.hpp

    rb84ab4 r245826  
    135135
    136136  int TestSyntax(const char * const filename, const periodentafel * const periode, const molecule * const mol) const;
    137   void Load(const char * const filename, const periodentafel * const periode, molecule * const &mol);
    138   void LoadOld(const char * const filename, const periodentafel * const periode, molecule * const &mol);
     137  void Load(const char * const filename, const string &BondGraphFileName, const periodentafel * const periode, molecule * const &mol);
     138  void LoadOld(const char * const filename, const string &BondGraphFileName, const periodentafel * const periode, molecule * const &mol);
    139139  void RetrieveConfigPathAndName(const string filename);
    140140  bool Save(const char * const filename, const periodentafel * const periode, molecule * const mol) const;
Note: See TracChangeset for help on using the changeset viewer.