Changeset f89a9e for molecuilder/src/molecules.hpp
- Timestamp:
- Oct 17, 2008, 1:20:42 PM (17 years ago)
- Children:
- fa2d7d
- Parents:
- 534899
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r534899 rf89a9e 452 452 void LoadOld(char *filename, periodentafel *periode, molecule *mol); 453 453 void RetrieveConfigPathAndName(string filename); 454 bool Save( ofstream *file, periodentafel *periode, molecule *mol) const;455 bool SaveMPQC( ofstream *file, molecule *mol) const;454 bool Save(const char *filename, periodentafel *periode, molecule *mol) const; 455 bool SaveMPQC(const char *filename, molecule *mol) const; 456 456 void Edit(molecule *mol); 457 457 bool GetIsAngstroem() const;
Note:
See TracChangeset
for help on using the changeset viewer.