aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpstk/files/patch-src-MiscMath.hpp
blob: 676594d022b334f5e2c81652eda86032e75ea55c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- src/MiscMath.hpp.orig   Thu Jan 11 21:29:49 2007
+++ src/MiscMath.hpp    Thu Jan 11 21:30:37 2007
@@ -145,6 +145,9 @@
       }
    }  // end void LagrangeInterpolation(vector, vector, const T, T&, T&)
 
+   template <class T>
+   T RSS (T aa, T bb, T cc);
+
    /// Perform the root sum square of aa, bb
    template <class T>
    T RSS (T aa, T bb)