This commit is contained in:
张壹 2025-04-24 12:57:06 +08:00
parent d935a906e0
commit 8ae228a0d3
3 changed files with 2 additions and 5 deletions

View File

@ -34,7 +34,6 @@
#include <ctime>
#include "gmt/gmt.h"
#include "../core/array.h"
#include "../io/file_io.h"
#include "../io/netcdf_io.h"

View File

@ -28,15 +28,12 @@
#ifndef _GCTL_FFT_H
#define _GCTL_FFT_H
// get library configuration
#include "../gctl_config.h"
#include "../core/matrix.h"
#ifdef GCTL_FFTW3
#include "fftw3.h"
#endif // GCTL_FFTW3
#include "../core/matrix.h"
namespace gctl
{
/**

View File

@ -28,6 +28,7 @@
#ifndef _GCTL_GEOMETRY2D_H
#define _GCTL_GEOMETRY2D_H
#include "../poly/triangle2d.h"
#include "../poly/edge2d.h"
namespace gctl