diff --git a/threeDKit/quickmath.h b/threeDKit/quickmath.h index c14b1b2..69212ec 100644 --- a/threeDKit/quickmath.h +++ b/threeDKit/quickmath.h @@ -60,7 +60,7 @@ typedef struct { #define max(x,y) (((x) > (y)) ? (x) : (y)) #define min(x,y) (((x) < (y)) ? (x) : (y)) -#ifndef __GNUC__ +#ifdef __GNUC__ double fsqr (double x); int lsqr (int x);