@@ -394,9 +394,9 @@ template<typename IT1, typename IT2>
394
394
for (int j=0 ; j<localDeCount; j++){
395
395
if (fillLinSeqVectInfo->haloRimFlag ){
396
396
// loop over the halo rim elements for localDe j
397
+ const std::vector<std::vector<SeqIndex<IT1> > > *rimSeqIndex;
398
+ fillLinSeqVectInfo->array ->getRimSeqIndex (&rimSeqIndex);
397
399
for (int k=0 ; k<fillLinSeqVectInfo->array ->getRimElementCount ()[j]; k++){
398
- const std::vector<std::vector<SeqIndex<IT1> > > *rimSeqIndex;
399
- fillLinSeqVectInfo->array ->getRimSeqIndex (&rimSeqIndex);
400
400
SeqIndex<IT1> seqIndex = (*rimSeqIndex)[j][k];
401
401
if (seqIndex.valid ()){
402
402
IT1 seqInd = seqIndex.decompSeqIndex ;
@@ -464,9 +464,9 @@ template<typename IT1, typename IT2>
464
464
for (int j=0 ; j<localDeCount; j++){
465
465
if (fillLinSeqVectInfo->haloRimFlag ){
466
466
// loop over the halo rim elements for localDe j
467
+ const std::vector<std::vector<SeqIndex<IT1> > > *rimSeqIndex;
468
+ fillLinSeqVectInfo->array ->getRimSeqIndex (&rimSeqIndex);
467
469
for (int k=0 ; k<fillLinSeqVectInfo->array ->getRimElementCount ()[j]; k++){
468
- const std::vector<std::vector<SeqIndex<IT1> > > *rimSeqIndex;
469
- fillLinSeqVectInfo->array ->getRimSeqIndex (&rimSeqIndex);
470
470
SeqIndex<IT1> seqIndex = (*rimSeqIndex)[j][k];
471
471
if (seqIndex.valid ()){
472
472
IT1 seqInd = seqIndex.decompSeqIndex ;
@@ -571,9 +571,9 @@ template<typename IT1, typename IT2>
571
571
for (int j=0 ; j<localDeCount; j++){
572
572
if (fillLinSeqVectInfo->haloRimFlag ){
573
573
// loop over the halo rim elements for localDe j
574
+ const std::vector<std::vector<SeqIndex<IT1> > > *rimSeqIndex;
575
+ fillLinSeqVectInfo->array ->getRimSeqIndex (&rimSeqIndex);
574
576
for (int k=0 ; k<fillLinSeqVectInfo->array ->getRimElementCount ()[j]; k++){
575
- const std::vector<std::vector<SeqIndex<IT1> > > *rimSeqIndex;
576
- fillLinSeqVectInfo->array ->getRimSeqIndex (&rimSeqIndex);
577
577
SeqIndex<IT1> seqIndex = (*rimSeqIndex)[j][k];
578
578
if (seqIndex.valid ()){
579
579
IT1 seqInd = seqIndex.decompSeqIndex ;
@@ -1005,9 +1005,9 @@ template<typename IT1, typename IT2>
1005
1005
int de = localDeToDeMap[j]; // global DE number
1006
1006
if (haloRimFlag){
1007
1007
// loop over the halo rim elements for localDe j
1008
+ const std::vector<std::vector<SeqIndex<IT> > > *rimSeqIndex;
1009
+ array->getRimSeqIndex (&rimSeqIndex);
1008
1010
for (int k=0 ; k<array->getRimElementCount ()[j]; k++){
1009
- const std::vector<std::vector<SeqIndex<IT> > > *rimSeqIndex;
1010
- array->getRimSeqIndex (&rimSeqIndex);
1011
1011
SeqIndex<IT> seqIndex = (*rimSeqIndex)[j][k];
1012
1012
if (seqIndex.valid ()){
1013
1013
IT seqInd = seqIndex.decompSeqIndex ;
@@ -1061,9 +1061,9 @@ template<typename IT1, typename IT2>
1061
1061
int de = localDeToDeMap[j]; // global DE number
1062
1062
if (haloRimFlag){
1063
1063
// loop over the halo rim elements for localDe j
1064
+ const std::vector<std::vector<SeqIndex<IT> > > *rimSeqIndex;
1065
+ array->getRimSeqIndex (&rimSeqIndex);
1064
1066
for (int k=0 ; k<array->getRimElementCount ()[j]; k++){
1065
- const std::vector<std::vector<SeqIndex<IT> > > *rimSeqIndex;
1066
- array->getRimSeqIndex (&rimSeqIndex);
1067
1067
SeqIndex<IT> seqIndex = (*rimSeqIndex)[j][k];
1068
1068
if (seqIndex.valid ()){
1069
1069
IT seqInd = seqIndex.decompSeqIndex ;
@@ -1165,9 +1165,9 @@ template<typename IT1, typename IT2>
1165
1165
int de = localDeToDeMap[j]; // global DE number
1166
1166
if (haloRimFlag){
1167
1167
// loop over the halo rim elements for localDe j
1168
+ const std::vector<std::vector<SeqIndex<IT> > > *rimSeqIndex;
1169
+ array->getRimSeqIndex (&rimSeqIndex);
1168
1170
for (int k=0 ; k<array->getRimElementCount ()[j]; k++){
1169
- const std::vector<std::vector<SeqIndex<IT> > > *rimSeqIndex;
1170
- array->getRimSeqIndex (&rimSeqIndex);
1171
1171
SeqIndex<IT> seqIndex = (*rimSeqIndex)[j][k];
1172
1172
if (seqIndex.valid ()){
1173
1173
IT seqInd = seqIndex.decompSeqIndex ;
0 commit comments