We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f51ab commit 5a40adeCopy full SHA for 5a40ade
docs/model_part/model_part_cpp.md
@@ -121,7 +121,7 @@ for (auto node_it=model_part.NodesBegin(); node_it!=model_part.NodesEnd(); ++nod
121
}
122
123
// iterate elements (with range based loop)
124
-for (auto& elem : model_part.Elements()) {
+for (auto& element : model_part.Elements()) {
125
// do sth with element, e.g. print the id:
126
std::cout << element.Id() << std::endl;
127
0 commit comments