Commit d055cc00 authored by Matthias Mehlhose's avatar Matthias Mehlhose

remove double define with nr_common.h

parent 46a1d2a6
......@@ -52,9 +52,6 @@
extern "C" {
#endif
#define CEILIDIV(a,b) ((a+b-1)/b)
#define ROUNDIDIV(a,b) (((a<<1)+b)/(b<<1))
typedef struct complexd {
double r;
double i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment