]> git.mxchange.org Git - simgear.git/commitdiff
MacOS X refinement
authorehofman <ehofman>
Mon, 8 Mar 2004 08:59:58 +0000 (08:59 +0000)
committerehofman <ehofman>
Mon, 8 Mar 2004 08:59:58 +0000 (08:59 +0000)
simgear/scene/sky/cloud.cxx

index e5d08e1144c5c3ec8a128c5327c554ad0bb10ea3..c98582a413ee516277a3884cfbf1952692e00209 100644 (file)
@@ -24,8 +24,8 @@
 // #if defined (__APPLE__) 
 // // any C++ header file undefines isinf and isnan
 // // so this should be included before <iostream>
-// inline int (isinf)(Real r) { return isinf(r); }
-// inline int (isnan)(Real r) { return isnan(r); }
+// inline int (isinf)(double r) { return isinf(r); }
+// inline int (isnan)(double r) { return isnan(r); } 
 // #endif
 
 // #include STL_IOSTREAM