[MOAB-dev] r1871 - MOAB/trunk/tools/iMesh/SIDL

tautges at mcs.anl.gov tautges at mcs.anl.gov
Wed Jun 4 08:33:47 CDT 2008


Author: tautges
Date: 2008-06-04 08:33:47 -0500 (Wed, 04 Jun 2008)
New Revision: 1871

Modified:
   MOAB/trunk/tools/iMesh/SIDL/Makefile.in
Log:
Changing references to iMeshS back to iMesh, didn't mean to commit 
this change.

This should fix one of the causes of failing tests last night.



Modified: MOAB/trunk/tools/iMesh/SIDL/Makefile.in
===================================================================
--- MOAB/trunk/tools/iMesh/SIDL/Makefile.in	2008-06-03 22:09:04 UTC (rev 1870)
+++ MOAB/trunk/tools/iMesh/SIDL/Makefile.in	2008-06-04 13:33:47 UTC (rev 1871)
@@ -1,8 +1,8 @@
 @SET_MAKE@
 
 MAKE_INC = iMesh-SIDL-Defs.inc
-SIDL_FILES = iBase.sidl iMeshS.sidl iMeshS_SIDL.sidl
-SIDL_FILES_PATH = $(srcdir)/iBase.sidl $(srcdir)/iMeshS.sidl $(srcdir)/iMeshS_SIDL.sidl
+SIDL_FILES = iBase.sidl iMesh.sidl iMesh_SIDL.sidl
+SIDL_FILES_PATH = $(srcdir)/iBase.sidl $(srcdir)/iMesh.sidl $(srcdir)/iMesh_SIDL.sidl
 SERVER_FILES = mserver/iBase_Error_Impl.cc \
                mserver/iBase_Error_Impl.hh \
 	       mserver/iMesh_SIDL_MeshSidl_Impl.cc \




More information about the moab-dev mailing list