missing stuff from last commit
This commit is contained in:
parent
71d5ed4d7c
commit
39cf1ee90b
15 changed files with 30 additions and 95 deletions
|
@ -22,19 +22,19 @@
|
|||
* (DLR).
|
||||
*/
|
||||
|
||||
/* \file complex_hacks.h
|
||||
/* \file sharp_complex_hacks.h
|
||||
* support for converting vector types and complex numbers
|
||||
*
|
||||
* Copyright (C) 2012 Max-Planck-Society
|
||||
* Author: Martin Reinecke
|
||||
*/
|
||||
|
||||
#ifndef COMPLEX_HACKS_H
|
||||
#define COMPLEX_HACKS_H
|
||||
#ifndef SHARP_COMPLEX_HACKS_H
|
||||
#define SHARP_COMPLEX_HACKS_H
|
||||
|
||||
#include <math.h>
|
||||
#include <complex.h>
|
||||
#include "vecsupport.h"
|
||||
#include "sharp_vecsupport.h"
|
||||
|
||||
#define UNSAFE_CODE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue