Changeset 17b3a5c for molecuilder/src/datacreator.hpp
- Timestamp:
- Oct 9, 2009, 10:54:52 AM (16 years ago)
- Children:
- 3efb4a
- Parents:
- 70b7aa
- File:
-
- 1 edited
-
molecuilder/src/datacreator.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/datacreator.hpp
r70b7aa r17b3a5c 10 10 using namespace std; 11 11 12 //============================ INCLUDES =========================== 12 #include <iostream> 13 13 14 #include "helpers.hpp" 15 #include "parser.hpp" 14 /****************************************** forward declarations *****************************/ 16 15 17 //=========================== FUNCTIONS============================ 16 class EnergyMatrix; 17 class ForceMatrix; 18 class HessianMatrix; 19 class KeySetsContainer; 20 class MatrixContainer; 21 22 /********************************************** declarations *******************************/ 18 23 19 24 bool OpenOutputFile(ofstream &output, const char *dir, const char *filename);
Note:
See TracChangeset
for help on using the changeset viewer.
