Revision: 65597
          http://sourceforge.net/p/brlcad/code/65597
Author:   iiizzzaaakkk
Date:     2015-07-13 12:43:35 +0000 (Mon, 13 Jul 2015)
Log Message:
-----------
Fixing wrong check. Should be _HRT_ macro used instead of _ELL_ 

Modified Paths:
--------------
    brlcad/trunk/src/librt/primitives/hrt/hrt_mirror.c

Modified: brlcad/trunk/src/librt/primitives/hrt/hrt_mirror.c
===================================================================
--- brlcad/trunk/src/librt/primitives/hrt/hrt_mirror.c  2015-07-12 15:27:08 UTC 
(rev 65596)
+++ brlcad/trunk/src/librt/primitives/hrt/hrt_mirror.c  2015-07-13 12:43:35 UTC 
(rev 65597)
@@ -57,7 +57,7 @@
     RT_CK_DB_INTERNAL(ip);
 
     hrt = (struct rt_hrt_internal *)ip->idb_ptr;
-    RT_ELL_CK_MAGIC(hrt);
+    RT_HRT_CK_MAGIC(hrt);
 
     MAT_IDN(mirmat);
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to