<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'>Hi Jane,<br>The test is using a "test.occ" file that can' be read when cgm is built with ACIS or CUBIT. <br>I think that it should be taken out of the Makefile.am for ACIS or CUBIT cases, or replaced with a different test file, using ifdefs or something similar. We can ignore it for the time being, have a nice vacation!<br><br>Thanks,<br>Iulian<br><br><hr id="zwchr"><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">Author: janehu<br>Date: 2011-12-21 10:50:25 -0600 (Wed, 21 Dec 2011)<br>New Revision: 5271<br><br>Added:<br>&nbsp;&nbsp; cgm/trunk/itaps/copy_attrib.cpp<br>Modified:<br>&nbsp;&nbsp; cgm/trunk/itaps/Makefile.am<br>Log:<br>Added testcase from Rajeev for copy attributes.<br><br>Modified: cgm/trunk/itaps/Makefile.am<br>===================================================================<br>--- cgm/trunk/itaps/Makefile.am&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2011-12-19 18:23:41 UTC (rev 5270)<br>+++ cgm/trunk/itaps/Makefile.am&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2011-12-21 16:50:25 UTC (rev 5271)<br>@@ -8,14 +8,14 @@<br>&nbsp;<br>&nbsp;TESTS = test_edge_orient<br>&nbsp;if build_ACIS<br>- &nbsp;TESTS += testgeom<br>+ &nbsp;TESTS += testgeom copy_attrib<br>&nbsp;else<br>&nbsp;if WITH_CUBIT<br>- &nbsp;TESTS += testgeom<br>+ &nbsp;TESTS += testgeom copy_attrib<br>&nbsp;endif<br>&nbsp;endif<br>&nbsp;if build_OCC<br>- &nbsp;TESTS += testgeom_occ<br>+ &nbsp;TESTS += testgeom_occ copy_attrib<br>&nbsp;endif<br>&nbsp;<br>&nbsp;<br>@@ -66,6 +66,8 @@<br>&nbsp;<br>&nbsp;chaman_SOURCES = chaman.cc<br>&nbsp;<br>+copy_attrib_SOURCES = copy_attrib.cpp<br>+<br>&nbsp;if USE_MPI<br>&nbsp;&nbsp; check_PROGRAMS += partest<br>&nbsp;&nbsp; partest_SOURCES = partest.cpp<br>@@ -94,7 +96,7 @@<br>&nbsp;<br>&nbsp;EXTRA_DIST = testgeom.sat size.sat<br>&nbsp;<br>-CLEANFILES = iGeom-Defs.inc testout.sat mmgr.log step_import.log<br>+CLEANFILES = iGeom-Defs.inc testout.sat mmgr.log step_import.log test.occ<br>&nbsp;DISTCLEANFILES = iGeom_FCDefs.h<br>&nbsp;<br>&nbsp;FPFX=iGeom<br><br>Added: cgm/trunk/itaps/copy_attrib.cpp<br>===================================================================<br>--- cgm/trunk/itaps/copy_attrib.cpp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(rev 0)<br>+++ cgm/trunk/itaps/copy_attrib.cpp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2011-12-21 16:50:25 UTC (rev 5271)<br>@@ -0,0 +1,175 @@<br>+#include "iGeom.h"<br>+#include &lt;vector&gt;<br>+#include &lt;iostream&gt;<br>+#include &lt;stdio.h&gt;<br>+#include &lt;fstream&gt;<br></blockquote><br></div></body></html>