Skip to content

Commit bdb1ab5

Browse files
yuvaltassacopybara-github
authored andcommitted
Rename mpr_tolerance and mpr_iterations to ccd_tolerance and ccd_iterations.
PiperOrigin-RevId: 666438658 Change-Id: I32a3732c0ac34aae764c9bb6151dc90406e8b420
1 parent cb4e11f commit bdb1ab5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dm_control/mjcf/schema.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<attribute name="ls_tolerance" type="float" conflict_allowed="true" conflict_behavior="min"/>
6767
<attribute name="noslip_iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
6868
<attribute name="noslip_tolerance" type="float" conflict_allowed="true" conflict_behavior="min"/>
69-
<attribute name="mpr_iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
70-
<attribute name="mpr_tolerance" type="float" conflict_allowed="true" conflict_behavior="min"/>
69+
<attribute name="ccd_iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
70+
<attribute name="ccd_tolerance" type="float" conflict_allowed="true" conflict_behavior="min"/>
7171
<attribute name="sdf_iterations" type="int" conflict_allowed="true" conflict_behavior="max"/>
7272
<attribute name="sdf_initpoints" type="int" conflict_allowed="true" conflict_behavior="max"/>
7373
</attributes>

0 commit comments

Comments
 (0)