Replace comma operator with semi-colon.
PiperOrigin-RevId: 865353927 Change-Id: I3498d8dc17f96caf8fa1975613ed6a815d2f20e7
This commit is contained in:
committed by
Copybara-Service
parent
c2ede20d08
commit
1a9ca3239a
@@ -57,8 +57,8 @@ static int mjc_penetration(const mjModel* m, mjCCDObj* obj1, mjCCDObj* obj2,
|
||||
mjCCDStatus status;
|
||||
|
||||
// set config
|
||||
config.max_iterations = ccd->max_iterations,
|
||||
config.tolerance = ccd->mpr_tolerance,
|
||||
config.max_iterations = ccd->max_iterations;
|
||||
config.tolerance = ccd->mpr_tolerance;
|
||||
config.max_contacts = 1;
|
||||
config.dist_cutoff = 0; // no geom distances needed
|
||||
config.context = (void*)obj1->data;
|
||||
|
||||
Reference in New Issue
Block a user