All translations
Appearance
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current 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>}} |