83#ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
84 if(OldRowMap.GlobalIndicesInt()) {
85 int NumGlobalElements = OldRowMap.NumGlobalElements();
90#ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
91 if(OldRowMap.GlobalIndicesLongLong()) {
92 long long NumGlobalElements = OldRowMap.NumGlobalElements64();
97 throw "LinearProblem_Reindex2::operator(): GlobalIndices type unknown";