Changeset 42172 for branches/eam_branches/ipp-20220316
- Timestamp:
- Apr 18, 2022, 10:26:09 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/Ohana/src/opihi/lib.data/svdcmp_bond_new.c
r29540 r42172 63 63 g = 0.0; 64 64 else { 65 f = u[i][i+1];65 f = u[i][i+1]; // XXXX this line will overrun the memory of u[][i+1] : i+1 66 66 g = (f < 0) ? sqrt(s) : -sqrt(s); 67 67 h = f * g - s;
Note:
See TracChangeset
for help on using the changeset viewer.
