83#ifndef EPETRA_NO_32BIT_GLOBAL_INDICES
86 NewRowMap_ =
new Epetra_Map( NumGlobalElements, NumMyElements, 0, OldRowMap.
Comm() );
90#ifndef EPETRA_NO_64BIT_GLOBAL_INDICES
92 long long NumGlobalElements = OldRowMap.NumGlobalElements64();
93 NewRowMap_ =
new Epetra_Map( NumGlobalElements, NumMyElements, 0LL, OldRowMap.
Comm() );
97 throw "LinearProblem_Reindex2::operator(): GlobalIndices type unknown";
98 NewRowMapOwned_ =
true;