- Timestamp:
- Jun 20, 2014, 11:30:04 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/Ohana/src/addstar/src/build_links.c
r36921 r36922 237 237 238 238 ALLOCATE (next_lens, off_t, Nlensing); 239 for (i = 0; i < Naverage; i++, N++) { 239 for (i = 0; i < Naverage; i++) { 240 if (!average[i].Nlensing) continue; 240 241 for (j = 0; j < average[i].Nlensing - 1; j++, N++) { 241 242 next_lens[N] = N + 1; … … 253 254 abort (); 254 255 } 256 N++; 255 257 } 256 258 return (next_lens); … … 346 348 ALLOCATE (tmplensing, Lensing, Nlensing); 347 349 for (i = 0; i < Naverage; i++) { 350 if (!average[i].Nlensing) continue; 348 351 n = average[i].lensingOffset; 349 352 average[i].lensingOffset = N;
Note:
See TracChangeset
for help on using the changeset viewer.
