80#ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
81 if(OldRowMap.GlobalIndicesInt()) {
82 int NumGlobalElements = OldRowMap.NumGlobalElements();
87#ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
88 if(OldRowMap.GlobalIndicesLongLong()) {
89 long long NumGlobalElements = OldRowMap.NumGlobalElements64();
94 throw "LinearProblem_Reindex::operator(): GlobalIndices type unknown for OldRowMap";