Changeset 59ddad for molecuilder/src/joiner.cpp
- Timestamp:
- May 9, 2008, 12:50:42 PM (18 years ago)
- Children:
- 2700f5e
- Parents:
- 0421a3
- File:
-
- 1 edited
-
molecuilder/src/joiner.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/joiner.cpp
r0421a3 r59ddad 8 8 //============================ INCLUDES =========================== 9 9 10 #include "datacreator.hpp" 10 11 #include "helpers.hpp" 11 12 #include "parser.hpp" … … 96 97 prefix << argv[2] << ForceFragmentSuffix; 97 98 if (!ForceFragments.WriteTotalFragments(argv[1], (prefix.str()).c_str())) return 1; 99 if (!CreateDataFragment(EnergyFragments, KeySet, argv[1], FRAGMENTPREFIX ENERGYPERFRAGMENT, "fragment energy versus the Fragment No", "today", CreateEnergy)) return 1; 98 100 99 101 // write last matrices as fragments into central dir (not subdir as above), for analyzer to know index bounds
Note:
See TracChangeset
for help on using the changeset viewer.
