Skip to content

Commit

Permalink
Even more leftover
Browse files Browse the repository at this point in the history
Co-authored-by: Rubén Zorrilla <[email protected]>
  • Loading branch information
loumalouomega and rubenzorrilla authored Oct 27, 2023
1 parent a0317d3 commit 237c5cb
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,24 +84,6 @@ class KRATOS_API(KRATOS_CORE) CheckSameModelPartUsingSkinDistanceProcess
KRATOS_CATCH("");
}

// /// Default constructor.
// explicit CheckSameModelPartUsingSkinDistanceProcess(
// ModelPart& rSkinModelPart1,
// ModelPart& rSkinModelPart2,
// Parameters ThisParameters = Parameters(R"({})")
// )
// : mrSkinModelPart1(rSkinModelPart1),
// mrSkinModelPart2(rSkinModelPart2),
// mThisParameters(ThisParameters)
// {
// KRATOS_TRY

// Parameters default_parameters = GetDefaultParameters();
// mThisParameters.RecursivelyValidateAndAssignDefaults(default_parameters);

// KRATOS_CATCH("");
// }

/// Destructor.
~CheckSameModelPartUsingSkinDistanceProcess() override = default;

Expand Down

0 comments on commit 237c5cb

Please sign in to comment.