mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_Math: remove unused double instantiation
This commit is contained in:
parent
87038d8ef1
commit
008ac0a2a8
@ -436,4 +436,3 @@ template bool Vector3<double>::operator ==(const Vector3<double> &v) const;
|
||||
template bool Vector3<double>::operator !=(const Vector3<double> &v) const;
|
||||
template bool Vector3<double>::is_nan(void) const;
|
||||
template bool Vector3<double>::is_inf(void) const;
|
||||
template float Vector3<double>::angle(const Vector3<double> &v) const;
|
||||
|
Loading…
Reference in New Issue
Block a user