[cgma-dev] r5432 - cgm/trunk/itaps
jain at mcs.anl.gov
jain at mcs.anl.gov
Tue Mar 20 22:19:25 CDT 2012
Author: jain
Date: 2012-03-20 22:19:24 -0500 (Tue, 20 Mar 2012)
New Revision: 5432
Modified:
cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Fix error found while compiling on Mac OSX
Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc 2012-03-20 14:20:53 UTC (rev 5431)
+++ cgm/trunk/itaps/iGeom_CGMA.cc 2012-03-21 03:19:24 UTC (rev 5432)
@@ -6879,7 +6879,7 @@
iGeom_get_vtx_to_uv(RefVertex* vertex, RefFace* face, double& u, double& v)
{
DLIList<RefVertex*> pts;
- TopologyEntity *topo_ent = dynamic_cast<const TopologyEntity*>(face);
+ TopologyEntity *topo_ent = dynamic_cast<TopologyEntity*>(face);
topo_ent->ref_vertices(pts);
pts.reset();
More information about the cgma-dev
mailing list