summaryrefslogtreecommitdiffstats
path: root/contrib/libg++/libg++/src/Complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libg++/libg++/src/Complex.h')
-rw-r--r--contrib/libg++/libg++/src/Complex.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/libg++/libg++/src/Complex.h b/contrib/libg++/libg++/src/Complex.h
new file mode 100644
index 0000000..242f06e
--- /dev/null
+++ b/contrib/libg++/libg++/src/Complex.h
@@ -0,0 +1,10 @@
+// This may look like C code, but it is really -*- C++ -*-
+
+#ifndef _Complex_h
+#define _Complex_h
+
+// Use the ANSI complex number template.
+#include <complex>
+typedef complex<double> Complex;
+
+#endif
OpenPOWER on IntegriCloud