Skip to content

Commit

Permalink
Record buffer length needed for face data
Browse files Browse the repository at this point in the history
  • Loading branch information
agcapps committed Oct 10, 2020
1 parent edc3f72 commit ae0da82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/blueprint/conduit_blueprint_mesh.cpp
Expand Up @@ -1201,7 +1201,7 @@ struct TopologyMetadata
dim_buffer.insert(dim_buffer.end(), entity_indices.begin(), entity_indices.end());
dim_entity_map[entity] = dim_offset++;

if (dim_shape.is_polygonal())
if (dim_shape.dim == 2)
{
dim_size.push_back(entity.size());
}
Expand Down

0 comments on commit ae0da82

Please sign in to comment.