Changeset 115bf4 for molecuilder/src/analyzer.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/analyzer.cpp
r38fc0d r115bf4 58 58 59 59 // ---------- Parse the TE Factors into an array ----------------- 60 //if (!Energy.ParseIndices()) return 1;60 if (!Energy.ParseIndices()) return 1; 61 61 62 62 // ---------- Parse the Force indices into an array --------------- 63 //if (!Force.ParseIndices(argv[1])) return 1;63 if (!Force.ParseIndices(argv[1])) return 1; 64 64 65 65 // ---------- Parse the KeySets into an array ---------------
Note:
See TracChangeset
for help on using the changeset viewer.