Skip to content

Commit

Permalink
Changes for DelaunayMeshingApplication
Browse files Browse the repository at this point in the history
  • Loading branch information
AFranci committed Feb 11, 2020
1 parent 7bfccfd commit dba7c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ void SetErrorVariable(MesherUtilities::RefiningParameters& rRefiningParameters,
rRefiningParameters.SetErrorVariable(rVariable);
}

Variable<double> GetThresholdVariable(MesherUtilities::RefiningParameters& rRefiningParameters)
const Variable<double>& GetThresholdVariable(MesherUtilities::RefiningParameters& rRefiningParameters)
{
return rRefiningParameters.GetThresholdVariable();

}
// remeshing methods

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ namespace Kratos
//**************************************************************************


void ElementalErrorCalculation(ModelPart& rModelPart,std::vector<double>& rElementalError,std::vector<int>& rIds,const Variable<double> rVariable)
void ElementalErrorCalculation(ModelPart& rModelPart,std::vector<double>& rElementalError,std::vector<int>& rIds,const Variable<double> &rVariable)
{
KRATOS_TRY

Expand Down

0 comments on commit dba7c5c

Please sign in to comment.