void set_manifold (const types::manifold_id number);
/**
- * Set the manifold_id of all of cells and faces to the given
- * argument.
+ * Set the manifold_id of all cells and faces to the given argument.
*
* @ingroup manifold
*
* @see
* @ref GlossManifoldIndicator "Glossary entry on manifold indicators"
*/
- void set_all_manifold_ids (const types::manifold_id &number);
+ void set_all_manifold_ids (const types::manifold_id number);
/**
- * Set the manifold_id of all of boundary faces to the given
- * argument.
+ * Set the manifold_id of all boundary faces to the given argument.
*
* @ingroup manifold
*
* @see
* @ref GlossManifoldIndicator "Glossary entry on manifold indicators"
*/
- void set_all_manifold_ids_on_boundary (const types::manifold_id &number);
+ void set_all_manifold_ids_on_boundary (const types::manifold_id number);
/**
template <int dim, int spacedim>
void
-Triangulation<dim, spacedim>::set_all_manifold_ids (const types::manifold_id &m_number)
+Triangulation<dim, spacedim>::set_all_manifold_ids (const types::manifold_id m_number)
{
typename Triangulation<dim,spacedim>::active_cell_iterator
cell=this->begin_active(), endc=this->end();
template <int dim, int spacedim>
void
-Triangulation<dim, spacedim>::set_all_manifold_ids_on_boundary (const types::manifold_id &m_number)
+Triangulation<dim, spacedim>::set_all_manifold_ids_on_boundary (const types::manifold_id m_number)
{
typename Triangulation<dim,spacedim>::active_cell_iterator
cell=this->begin_active(), endc=this->end();