Ignore:
Timestamp:
Oct 15, 2008, 6:20:40 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
93d0ee
Parents:
a7e452
Message:

new function AppendOutputFile() for appending to output files whereas with OpenOutputFile the contents is deleted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/datacreator.hpp

    ra7e452 rb248ca  
    1818
    1919bool OpenOutputFile(ofstream &output, const char *dir, const char *filename);
     20bool AppendOutputFile(ofstream &output, const char *dir, const char *filename);
    2021
    2122bool CreateDataEnergyOrder(class EnergyMatrix &Fragments, class KeySetsContainer &KeySet, char *dir, char *prefix, char *msg, char *datum);
Note: See TracChangeset for help on using the changeset viewer.