[cgma-dev] r5091 - cgm/trunk/itaps
jiangtao_ma at yahoo.com
jiangtao_ma at yahoo.com
Thu Aug 11 09:28:23 CDT 2011
Author: janehu
Date: 2011-08-11 09:28:23 -0500 (Thu, 11 Aug 2011)
New Revision: 5091
Modified:
cgm/trunk/itaps/Makefile.am
cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Reverse changes in r5089, not intended to check in this dir.
Modified: cgm/trunk/itaps/Makefile.am
===================================================================
--- cgm/trunk/itaps/Makefile.am 2011-08-11 14:23:35 UTC (rev 5090)
+++ cgm/trunk/itaps/Makefile.am 2011-08-11 14:28:23 UTC (rev 5091)
@@ -6,7 +6,7 @@
SIDL_DIR =
endif
-TESTS = test_edge_orient
+TESTS =
if build_ACIS
TESTS += testgeom
else
@@ -44,8 +44,7 @@
CATag.cpp \
iGeom_CGMA.cc \
iGeomError.cc \
- iGeomError.h \
- clock.cpp
+ iGeomError.h
libiGeom_la_include_HEADERS = \
iBase.h \
@@ -53,8 +52,7 @@
iGeom_FCDefs.h \
iGeom_protos.h \
iBase_f.h \
- iGeom_f.h \
- clock.hpp
+ iGeom_f.h
check_PROGRAMS = chaman $(TESTS)
@@ -63,7 +61,6 @@
testgeom_SOURCES = testgeom.cc
testgeom_occ_SOURCES = $(testgeom_SOURCES)
testgeom_occ_CPPFLAGS = $(CPPFLAGS) $(AM_CPPFLAGS) -DFORCE_OCC
-test_edge_orient_SOURCES = test_edge_orient.cc
chaman_SOURCES = chaman.cc
Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc 2011-08-11 14:23:35 UTC (rev 5090)
+++ cgm/trunk/itaps/iGeom_CGMA.cc 2011-08-11 14:28:23 UTC (rev 5091)
@@ -526,7 +526,6 @@
CubitString cubit_version(" (iGeom)");
CubitStatus status = CubitCompat_export_solid_model(bodies, name, file_type.c_str(),
num_ents_exported, cubit_version, logfile_name );
-
More information about the cgma-dev
mailing list