]> git.somenet.org - pub/astra/parallel.git/blob - openmp/prefix/algorithm_2.c
fix bugs
[pub/astra/parallel.git] / openmp / prefix / algorithm_2.c
1 /*
2  * In-place iterative algorithm
3  */
4 #include "algorithm_2.h"
5
6 void algorithm_2 (numtype y[], unsigned int n, unsigned int ops[]) {
7 }