From 744c7f77fb7af710f006cedd430bdaef37733ff5 Mon Sep 17 00:00:00 2001 From: Djuned Fernando Djusdek Date: Wed, 6 Dec 2017 17:55:08 +0900 Subject: [PATCH] Update svd.c mac os fix matrix --- lib/matrix/svd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matrix/svd.c b/lib/matrix/svd.c index 536eb6a..bd3bfbc 100644 --- a/lib/matrix/svd.c +++ b/lib/matrix/svd.c @@ -29,7 +29,7 @@ * converge at the 'kth' singular value. * */ -#ifdef MACOS +#ifdef __APPLE__ #include /* for array allocation */ #else #include