X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gr-trellis%2Fsrc%2Flib%2Fquicksort_index.h;h=da453972e457f284140498034acc261f7a4706e8;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=d0259c76203b9b5cd94e1cb580b0c43fb14a9935;hpb=09a1e803a9e6587c78d20cdf16891e5295874668;p=debian%2Fgnuradio diff --git a/gr-trellis/src/lib/quicksort_index.h b/gr-trellis/src/lib/quicksort_index.h index d0259c76..da453972 100644 --- a/gr-trellis/src/lib/quicksort_index.h +++ b/gr-trellis/src/lib/quicksort_index.h @@ -1,6 +1,6 @@ /* -*- c++ -*- */ /* - * Copyright 2004 Free Software Foundation, Inc. + * Copyright 2004,2007 Free Software Foundation, Inc. * * This file is part of GNU Radio * @@ -25,8 +25,10 @@ #include -template void SWAP (T & a, T & b); -template void quicksort_index(std::vector & p, std::vector & index, int left, int right); -void quicksort_index1(std::vector & p, std::vector & index, int left, int right); +template +void SWAP (T & a, T & b); + +template +void quicksort_index (std::vector & p, std::vector & index, int left, int right); #endif