Unverified Commit 923a4323 authored by Jesse Mapel's avatar Jesse Mapel Committed by GitHub
Browse files

Moved SpiceRotation unit test to gtest (#4026)

* Moved SpiceRotation unit test to gtest

* Fixed typo and precision issues

* One more precision fix

* Removed OS truth data

* Review clean-up
parent e8db0ebf
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -44,7 +44,8 @@ namespace Isis {
   * Create a PolynomialUnivariate object
   *
   * @param degree The order/degree of the polynomial
   * @param coeffs a list of the coefficients  
   * @param coeffs a list of the coefficients in increasing degree. So the first
   *               element is the constant coefficient.
   */
   PolynomialUnivariate::PolynomialUnivariate(int degree, std::vector<double> coeffs) :
    Isis::Basis1VariableFunction("PolynomialUnivariate", (degree + 1)) {
@@ -124,4 +125,3 @@ namespace Isis {


} // end namespace isis
+0 −714

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −714

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −714

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −892

File deleted.

Preview size limit exceeded, changes collapsed.

Loading