mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 05:04:08 +08:00
Fix formatting.
This commit is contained in:
parent
262a715d90
commit
558777f34c
@ -481,7 +481,7 @@ bool isEqual(const Matrix<Type, M, N> &x,
|
||||
|
||||
template<typename Type>
|
||||
bool isEqualF(Type x,
|
||||
Type y, Type eps=1e-4f) {
|
||||
Type y, Type eps=1e-4f) {
|
||||
|
||||
bool equal = true;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user