Rename nnzJ to nJ in mjData.

This naming is more consistent.

PiperOrigin-RevId: 691858223
Change-Id: Ife3db822afa0b51b30d0792548b35b3742da388a
This commit is contained in:
Yuval Tassa
2024-10-31 10:42:29 -07:00
committed by Copybara-Service
parent 554641060b
commit c9f78ad8a8
10 changed files with 33 additions and 34 deletions
+2 -2
View File
@@ -747,7 +747,7 @@ void MjDataWrapper::Serialize(std::ostream& output) const {
X(ncon);
X(ne);
X(nf);
X(nnzJ);
X(nJ);
X(nefc);
X(nisland);
X(time);
@@ -824,7 +824,7 @@ MjDataWrapper MjDataWrapper::Deserialize(std::istream& input) {
X(ncon);
X(ne);
X(nf);
X(nnzJ);
X(nJ);
X(nefc);
X(nisland);
X(time);