- Timestamp:
- Dec 7, 2017, 6:21:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20170822/src/opihi/cmd.data/uniqpair.c
r40174 r40254 55 55 56 56 // storage for the output and count vectors 57 int D_NOUT = 0.02*ID1vec->Nelements; 58 57 59 int Nout = 0; 58 int NOUT = 10000;60 int NOUT = D_NOUT; 59 61 ResetVector (OUTvec, OPIHI_INT, NOUT); 60 62 if (CNTvec) { … … 94 96 for (int i = 0; (i < ID1vec->Nelements) && !interrupt; Nout++) { 95 97 if (Nout >= NOUT) { 96 NOUT += 10000;98 NOUT += D_NOUT; 97 99 REALLOCATE (vtgt, opihi_int, NOUT); 98 100 if (CNTvec) {
Note:
See TracChangeset
for help on using the changeset viewer.
