Changeset 115bf4 for molecuilder/src/joiner.cpp
- Timestamp:
- May 5, 2008, 4:19:05 PM (17 years ago)
- Children:
- 8449ed
- Parents:
- 38fc0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/joiner.cpp
r38fc0d r115bf4 46 46 47 47 // ---------- Parse the TE Factors into an array ----------------- 48 //if (!Energy.ParseIndices()) return 1;48 if (!Energy.ParseIndices()) return 1; 49 49 50 50 // ---------- Parse the Force indices into an array --------------- 51 //if (!Force.ParseIndices(argv[1])) return 1;51 if (!Force.ParseIndices(argv[1])) return 1; 52 52 //if (!ParseForceIndices(argv[1], data.ForcesIndices, data.AtomCounter, data.FragmentCounter)) return 1; 53 53
Note:
See TracChangeset
for help on using the changeset viewer.