Skip to content

Commit

Permalink
Try fix scene tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Dec 9, 2024
1 parent 60a7848 commit 1d57829
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ BaseContactLagrangianConstraint<DataTypes, ContactParams>::BaseContactLagrangian
: Inherit(object1, object2)
, yetIntegrated(false)
, customTolerance(0.0)
// , contactsStatus(nullptr)
, contactsStatus(nullptr)
{
}

template<class DataTypes, class ContactParams>
BaseContactLagrangianConstraint<DataTypes, ContactParams>::~BaseContactLagrangianConstraint()
{
// if(contactsStatus)
// delete[] contactsStatus;
if(contactsStatus)
delete[] contactsStatus;
}

template<class DataTypes, class ContactParams>
Expand Down

0 comments on commit 1d57829

Please sign in to comment.