Remove stale reference to uncompressed sparse matrix.
PiperOrigin-RevId: 757775265 Change-Id: Ic18c0c89ab84285a7d93e24c65e50832ebc53c6f
This commit is contained in:
committed by
Copybara-Service
parent
6a977d073b
commit
dfe22f7ef7
@@ -2900,7 +2900,7 @@ FUNCTIONS: Mapping[str, FunctionDecl] = dict([
|
||||
),
|
||||
),
|
||||
),
|
||||
doc='Add inertia matrix to destination matrix. Destination can be sparse uncompressed, or dense when all int* are NULL', # pylint: disable=line-too-long
|
||||
doc='Add inertia matrix to destination matrix. Destination can be sparse or dense when all int* are NULL.', # pylint: disable=line-too-long
|
||||
)),
|
||||
('mj_applyFT',
|
||||
FunctionDecl(
|
||||
|
||||
Reference in New Issue
Block a user