#ifndef NBTRIXX_H_SEEN #define NBTRIXX_H_SEEN #include "machdefs.h" namespace SOPHYA { template void TabSort(uint_4 n, T *arr_c); template void TabSort2(uint_4 n, T *arr_c, T *brr_c); template void TabSortInd(uint_4 n, T *arr_c, uint_4 *indx_c); } #endif