Commit d97249d2 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/refactor_rm_double_define' into integration_2024_w35

parents 9924d9d7 d055cc00
......@@ -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