ese 519 include files

Dependents:   PROJECT_3D_AUDIO COG4050_adxl355_tilt COG4050_adxl355_tilt COG4050_adxl355_tilt_4050

complextype.h

Committer:
niv17
Date:
2015-04-07
Revision:
0:5347612e39a3

File content as of revision 0:5347612e39a3:

#ifndef HAVE_COMPLEXTYPE_H__
#define HAVE_COMPLEXTYPE_H__
// This file is part of the FXT library.
// Copyright (C) 2010 Joerg Arndt
// License: GNU General Public License version 3 or later,
// see the file COPYING.txt in the main directory.

#include <complex>

using std::complex;
typedef complex<double> Complex;

#endif //defined HAVE_COMPLEXTYPE_H__