git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@28945
0785d39b-7218-0410-832d-
ea1e28bc413d
//----------------------------------------------------------------------//
template <int dim, int spacedim, typename number>
- template <class DH>
- DoFInfo<dim,spacedim,number>::DoFInfo(const DH &dof_handler)
+ DoFInfo<dim,spacedim,number>::DoFInfo(const DoFHandler<dim,spacedim> &dof_handler)
{
- std::vector<unsigned int> aux(1);
+ std::vector<types::global_dof_index> aux(1);
aux[0] = dof_handler.get_fe().dofs_per_cell;
aux_local_indices.reinit(aux);
}
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