Skip to content

Commit

Permalink
restore const qualifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
matekelemen committed Aug 26, 2024
1 parent 4cad7b5 commit e6c89d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ void MedModelPartIO::ReadModelPart(ModelPart& rThisModelPart)
const int dimension = mpFileHandler->GetDimension();

// read family info => Map from family number to group names aka SubModelPart names
auto groups_by_fam = GetGroupsByFamily(
const auto groups_by_fam = GetGroupsByFamily(
mpFileHandler->GetFileHandle(),
mpFileHandler->GetMeshName());

Expand Down

0 comments on commit e6c89d8

Please sign in to comment.