Changeset f5306f for molecuilder/src/molecules.hpp
- Timestamp:
- Apr 29, 2008, 6:30:38 AM (17 years ago)
- Children:
- dac5c5
- Parents:
- 661288
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified molecuilder/src/molecules.hpp ¶
r661288 rf5306f 612 612 int ProcPEGamma; 613 613 int ProcPEPsi; 614 char *configpath; 614 615 615 616 private: … … 674 675 ~config(); 675 676 676 int TestSyntax(ifstream *file, periodentafel *periode, molecule *mol); 677 void Load(ifstream *file, periodentafel *periode, molecule *mol); 678 void LoadOld(ifstream *file, periodentafel *periode, molecule *mol); 677 int TestSyntax(char *filename, periodentafel *periode, molecule *mol); 678 void Load(char *filename, periodentafel *periode, molecule *mol); 679 void LoadOld(char *filename, periodentafel *periode, molecule *mol); 680 void RetrieveConfigPath(char *filename); 679 681 bool Save(ofstream *file, periodentafel *periode, molecule *mol) const; 680 682 void Edit(molecule *mol);
Note:
See TracChangeset
for help on using the changeset viewer.