Skip to content

Commit 68abb32

Browse files
Update kratos/sources/model_part.cpp
Co-authored-by: Rubén Zorrilla <rubenzorrillamartinez@hotmail.com>
1 parent 88a1ff9 commit 68abb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kratos/sources/model_part.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ void ModelPart::AddGeometry(
18971897
else /// Check if geometry id already used, is done within the geometry container.
18981898
{
18991899
auto existing_geometry_it = mGeometries.find(pNewGeometry->Id());
1900-
if( existing_geometry_it == mGeometries.end()) //node did not exist
1900+
if( existing_geometry_it == mGeometries.end()) //geometry did not exist
19011901
{
19021902
mGeometries.insert(pNewGeometry);
19031903
}

0 commit comments

Comments
 (0)