milestone_5_without_improvements
Oli 3 years ago
parent 028d0a8d9f
commit 15a19c5935

@ -16,7 +16,7 @@ void build_pressure(int n[3],struct grid_mod grid,struct pressure_mod gradient,d
double ki,kj,kk; double ki,kj,kk;
double coeff,temp,temp2; double coeff,temp,temp2;
printf("build pressure pdslis\n"); printf("build pdsdsressure pdslis\n");
/* pressure calculation in the spectral domain*/ /* pressure calculation in the spectral domain*/
for ( k = 1; k <= n[2]; k++) { for ( k = 1; k <= n[2]; k++) {

@ -8,7 +8,7 @@ void covariance(double *covar, struct vario_mod variogram, struct grid_mod mesh,
int i,j,k,maille,n2[3],symmetric; int i,j,k,maille,n2[3],symmetric;
double di,dj,dk; double di,dj,dk;
printf("covaridsadsncdse\n"); printf("covaridsdsadsncdse\n");
for (i=0;i<3;i++) for (i=0;i<3;i++)

@ -59,6 +59,7 @@ module_FFTMA = Extension(
"./lib_src/testmemory.c", "./lib_src/testmemory.c",
"./lib_src/testopenfile.c", "./lib_src/testopenfile.c",
"./lib_src/readdata3.c", "./lib_src/readdata3.c",
"./lib_src/genlib.c",
], ],
) )

Loading…
Cancel
Save