|
From: <kin...@us...> - 2023-07-08 15:01:54
|
Revision: 7065
http://sourceforge.net/p/teem/code/7065
Author: kindlmann
Date: 2023-07-08 15:01:52 +0000 (Sat, 08 Jul 2023)
Log Message:
-----------
fixing warning
Modified Paths:
--------------
teem/trunk/src/echo/intx.c
Modified: teem/trunk/src/echo/intx.c
===================================================================
--- teem/trunk/src/echo/intx.c 2023-07-08 14:52:40 UTC (rev 7064)
+++ teem/trunk/src/echo/intx.c 2023-07-08 15:01:52 UTC (rev 7065)
@@ -28,7 +28,7 @@
*/
/* forward declaration with incomplete array type */
-static const _echoRayIntx_t _echoRayIntx[];
+static const _echoRayIntx_t _echoRayIntx[ECHO_TYPE_NUM];
/*
** ALL of the intersection functions are responsible for setting
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|