git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29158
0785d39b-7218-0410-832d-
ea1e28bc413d
* Exception
*/
DeclException2 (ExcIndexNotPresent,
- unsigned int, unsigned int,
+ types::global_dof_index,
+ unsigned int,
<< "Global index " << arg1
<< " neither owned nor ghost on proc " << arg2);
* in the standard local
* numbering of DoFAccessor.
*/
- types::global_dof_index renumber (const types::global_dof_index i) const;
+ types::global_dof_index renumber (const unsigned int i) const;
/**
* The number of base elements.
inline
-types::global_dof_index BlockInfo::renumber (const types::global_dof_index i) const
+types::global_dof_index BlockInfo::renumber (const unsigned int i) const
{
AssertIndexRange(i, local_renumbering.size());
return local_renumbering[i];
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams