#include "geostat.h" #include "pressure.h" #include #ifndef _TOOLSFFTPSIM_H #define _TOOLSFFTPSIM_H /* Create december, the 16th 2002 */ /* List of functions: */ /* ------------------ */ /* FFTPSim, FFTPressure, clean_real2 */ /*Functions */ /*----------*/ void FFTPSim(struct vario_mod variogram, struct statistic_mod stat, struct grid_mod grid, int n[3], struct realization_mod* realin, struct pressure_mod gradient, struct realization_mod* realout, struct realization_mod* realout2, struct realization_mod* realout3, struct realization_mod* realout4, struct realization_mod* realout5); void normAxes(double* vec, double* normed); void waveVectorCompute1D(int n, double* vec); #endif // define _TOOLSFFTPSIM_H