[MOAB-dev] r3879 - in MOAB/trunk: . tools
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue May 11 12:02:12 CDT 2010
Author: kraftche
Date: 2010-05-11 12:02:12 -0500 (Tue, 11 May 2010)
New Revision: 3879
Removed:
MOAB/trunk/tools/parread.cpp
Modified:
MOAB/trunk/configure.ac
MOAB/trunk/tools/Makefile.am
Log:
remove mbparread tool
Modified: MOAB/trunk/configure.ac
===================================================================
--- MOAB/trunk/configure.ac 2010-05-11 08:00:39 UTC (rev 3878)
+++ MOAB/trunk/configure.ac 2010-05-11 17:02:12 UTC (rev 3879)
@@ -485,7 +485,6 @@
MB_OPTIONAL_TOOL([gsets], [yes])
MB_OPTIONAL_TOOL([mbdepth], [yes])
MB_OPTIONAL_TOOL([refiner], [no])
-MB_OPTIONAL_TOOL([mbparread], [yes])
if test "xyes" = "x$ENABLE_refiner"; then
if test "xyes" != "x$WITH_MPI"; then
Modified: MOAB/trunk/tools/Makefile.am
===================================================================
--- MOAB/trunk/tools/Makefile.am 2010-05-11 08:00:39 UTC (rev 3878)
+++ MOAB/trunk/tools/Makefile.am 2010-05-11 17:02:12 UTC (rev 3879)
@@ -113,10 +113,6 @@
dagmc_DIR =
endif
-if ENABLE_mbparread
- bin_PROGRAMS += mbparread
-endif
-
SUBDIRS = $(refiner_DIR) \
$(mbcoupler_DIR) \
$(mbzoltan_DIR) \
@@ -125,9 +121,6 @@
$(qvdual_DIR) \
$(dagmc_DIR)
-mbparread_SOURCES = parread.cpp
-mbparread_DEPENDENCIES = $(LDADD)
-
mbconvert_SOURCES = convert.cpp
mbconvert_DEPENDENCIES = $(LDADD)
Deleted: MOAB/trunk/tools/parread.cpp
===================================================================
--- MOAB/trunk/tools/parread.cpp 2010-05-11 08:00:39 UTC (rev 3878)
+++ MOAB/trunk/tools/parread.cpp 2010-05-11 17:02:12 UTC (rev 3879)
@@ -1,365 +0,0 @@
-/**
- * MOAB, a Mesh-Oriented datABase, is a software component for creating,
- * storing and accessing finite element mesh data.
- *
- * Copyright 2004 Sandia Corporation. Under the terms of Contract
- * DE-AC04-94AL85000 with Sandia Coroporation, the U.S. Government
- * retains certain rights in this software.
More information about the moab-dev
mailing list