You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
simulacion-permeabilidad/fftma_module/bin/bin.c

48 lines
357 B
C

#include <stdlib.h>
#define SWITCH(a,b,temp) temp=b; b=a; a=temp;
int med5(double* A, long k, int* pj)
{
return 0;
}
int mom(double* A, long N, long i)
{
long k=0, q, rest;
int j;
double* Anext;
rest=N%5;
Anext=(double*)malloc(sizeof(double)*(q+1?0));///???
q=N-rest;
while(k<q)
{
med5(A,k,&j)
k+=5;
}
return 0;
}