All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h Danish (da){{Input|<syntaxhighlight lang="cpp">
for (typename Triangulation<dim,spacedim>::active_cell_iterator
       cell = triangulation.begin_active();
     cell != triangulation.end(); ++cell)
  ... do something with the cell ...
</syntaxhighlight>}}
 h English (en){{Input|<syntaxhighlight lang="cpp">
for (typename Triangulation<dim,spacedim>::active_cell_iterator
       cell = triangulation.begin_active();
     cell != triangulation.end(); ++cell)
  ... do something with the cell ...
</syntaxhighlight>}}
 h Ukrainian (uk){{Input|<syntaxhighlight lang="cpp">
for (typename Triangulation<dim,spacedim>::active_cell_iterator
       cell = triangulation.begin_active();
     cell != triangulation.end(); ++cell)
  ... якісь дії над cell ...
</syntaxhighlight>}}