Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
sunethwarna committed Jan 8, 2025
1 parent bc12d51 commit 09cd7af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace Kratos
const auto& output_value = rAdjointCondition.GetValue(rVariable);

// Resize Output
const SizeType gauss_points_number = rAdjointCondition.GetGeometry().IntegrationPointsNumber(rAdjointCondition.GetIntegrationMethod());
const auto gauss_points_number = rAdjointCondition.GetGeometry().IntegrationPointsNumber(rAdjointCondition.GetIntegrationMethod());
if (rValues.size() != gauss_points_number) {
rValues.resize(gauss_points_number);
}
Expand Down

0 comments on commit 09cd7af

Please sign in to comment.