Changeset b4c71a for molecuilder/src/joiner.cpp
- Timestamp:
- Oct 18, 2008, 3:05:54 PM (17 years ago)
- Children:
- 94ca12
- Parents:
- d87482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/joiner.cpp
rd87482 rb4c71a 80 80 81 81 // ---------- Parse the TE Factors into an array ----------------- 82 if (!Energy. ParseIndices()) return 1;83 if (Hcorrected) Hcorrection. ParseIndices();82 if (!Energy.InitialiseIndices()) return 1; 83 if (Hcorrected) Hcorrection.InitialiseIndices(); 84 84 85 85 // ---------- Parse the Force indices into an array --------------- … … 87 87 88 88 // ---------- Parse the Hessian (=force) indices into an array --------------- 89 if (!Hessian. ParseIndices(argv[1])) return 1;89 if (!Hessian.InitialiseIndices((class MatrixContainer *)&Force)) return 1; 90 90 91 91 // ---------- Parse the shielding indices into an array ---------------
Note:
See TracChangeset
for help on using the changeset viewer.