MIDAPACK - MIcrowave Data Analysis PACKage  1.1b
Parallel software tools for high performance CMB DA analysis
 All Data Structures Files Functions Variables Typedefs Groups Pages
cindex.h
Go to the documentation of this file.
1 
7 int sindex(int *array1, int nb1, int *array2, int nb2);
8 
9 #if OPENMP
10 int omp_pindex(int *array1, int nb1, int *array2, int nb2);
11 #endif