tmp
This commit is contained in:
parent
d935a906e0
commit
8ae228a0d3
@ -34,7 +34,6 @@
|
||||
#include <ctime>
|
||||
|
||||
#include "gmt/gmt.h"
|
||||
#include "../core/array.h"
|
||||
#include "../io/file_io.h"
|
||||
#include "../io/netcdf_io.h"
|
||||
|
||||
|
@ -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
|
||||
{
|
||||
/**
|
||||
|
@ -28,6 +28,7 @@
|
||||
#ifndef _GCTL_GEOMETRY2D_H
|
||||
#define _GCTL_GEOMETRY2D_H
|
||||
|
||||
#include "../poly/triangle2d.h"
|
||||
#include "../poly/edge2d.h"
|
||||
|
||||
namespace gctl
|
||||
|
Loading…
Reference in New Issue
Block a user