Changeset 59ddad for molecuilder/src
- Timestamp:
- May 9, 2008, 12:50:42 PM (17 years ago)
- Children:
- 2700f5e
- Parents:
- 0421a3
- Location:
- molecuilder/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Makefile.am
r0421a3 r59ddad 6 6 molecuilder_DATA = elements.db valence.db orbitals.db Hbonddistance.db Hbondangle.db 7 7 molecuilder_SOURCES = ${SOURCE} ${HEADER} 8 joiner_SOURCES = joiner.cpp parser.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp 8 joiner_SOURCES = joiner.cpp parser.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp datacreator.cpp datacreator.hpp 9 9 analyzer_SOURCES = analyzer.cpp parser.cpp datacreator.cpp helpers.cpp verbose.cpp helpers.hpp parser.hpp datacreator.hpp 10 10 molecuilder_CXXFLAGS = -march=nocona -Wall -DBIGENDIAN=0 -
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.