Changeset f39735 for molecuilder/src/datacreator.hpp
- Timestamp:
- Jul 23, 2009, 1:45:24 PM (16 years ago)
- Children:
- 47548d
- Parents:
- 560995 (diff), 1b2aa1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - git-author:
- Frederik Heber <heber@…> (07/23/09 12:34:47)
- git-committer:
- Frederik Heber <heber@…> (07/23/09 13:45:24)
- File:
-
- 1 edited
-
molecuilder/src/datacreator.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/datacreator.hpp
r560995 rf39735 1 1 /** \file datacreator.cpp 2 2 * 3 * Definitions of assisting functions in creating data and plot files. 4 * 3 * Definitions of assisting functions in creating data and plot files. 4 * 5 5 */ 6 6 … … 12 12 //============================ INCLUDES =========================== 13 13 14 #include "helpers.hpp" 14 #include "helpers.hpp" 15 15 #include "parser.hpp" 16 16 … … 20 20 bool AppendOutputFile(ofstream &output, const char *dir, const char *filename); 21 21 22 bool CreateDataEnergyOrder(class EnergyMatrix &Fragments, class KeySetsContainer &KeySet, char *dir, char *prefix, char *msg, char *datum); 23 bool CreateDataDeltaEnergyOrder(class EnergyMatrix &Energy, class EnergyMatrix &Fragments, class KeySetsContainer &KeySet, char *dir, char *prefix, char *msg, char *datum); 22 bool CreateDataEnergyOrder(class EnergyMatrix &Fragments, class KeySetsContainer &KeySet, char *dir, char *prefix, char *msg, char *datum); 23 bool CreateDataDeltaEnergyOrder(class EnergyMatrix &Energy, class EnergyMatrix &Fragments, class KeySetsContainer &KeySet, char *dir, char *prefix, char *msg, char *datum); 24 24 bool CreateDataForcesOrder(class ForceMatrix &Fragments, class KeySetsContainer &KeySet, char *dir, char *prefix, char *msg, char *datum, void (*CreateForce)(class MatrixContainer &, int)); 25 25 bool CreateDataForcesOrderPerAtom(class ForceMatrix &Fragments, class KeySetsContainer &KeySet, char *dir, char *prefix, char *msg, char *datum);
Note:
See TracChangeset
for help on using the changeset viewer.
