Rename centered argument of mjd_transitionFD to flg_centered, to conform with the rest of the API.
PiperOrigin-RevId: 527258079 Change-Id: I77817be8ee007a572c79e9cd41f7c5728a091fb3
This commit is contained in:
committed by
Copybara-Service
parent
a8d202a0c2
commit
e3cdc410d6
@@ -3085,7 +3085,7 @@ finite-differencing. These matrices and their dimensions are:
|
||||
|
||||
- All four matrix outputs are optional (can be NULL).
|
||||
- ``eps`` is the finite-differencing epsilon.
|
||||
- ``centered`` is a flag denoting whether to use forward (0) or centered (1) differences.
|
||||
- ``flg_centered`` denotes whether to use forward (0) or centered (1) differences.
|
||||
|
||||
.. _Plugins-api:
|
||||
|
||||
|
||||
@@ -388,5 +388,5 @@ finite-differencing. These matrices and their dimensions are:
|
||||
|
||||
- All four matrix outputs are optional (can be NULL).
|
||||
- ``eps`` is the finite-differencing epsilon.
|
||||
- ``centered`` is a flag denoting whether to use forward (0) or centered (1) differences.
|
||||
- ``flg_centered`` denotes whether to use forward (0) or centered (1) differences.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user