Revision: 65174
          http://sourceforge.net/p/brlcad/code/65174
Author:   ejno
Date:     2015-06-03 22:33:51 +0000 (Wed, 03 Jun 2015)
Log Message:
-----------
disable comb_representable() for now

Modified Paths:
--------------
    brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp

Modified: brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp
===================================================================
--- brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-03 
22:29:18 UTC (rev 65173)
+++ brlcad/trunk/src/libgcv/conv/fastgen4/fastgen4_write.cpp    2015-06-03 
22:33:51 UTC (rev 65174)
@@ -893,6 +893,7 @@
 HIDDEN bool
 comb_representable(const db_i & db, const db_full_path & path)
 {
+#if 0
     RT_CK_DBI(&db);
     RT_CK_FULL_PATH(&path);
 
@@ -903,6 +904,11 @@
     rt_comb_internal &comb_internal = *static_cast<rt_comb_internal *>
                                      (comb_db_internal.idb_ptr);
     return tree_entirely_unions(comb_internal.tree);
+#else
+    (void)db;
+    (void)path;
+    return true;
+#endif
 }
 
 

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


------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to