From 960e548980240005587fb63a10892580ca1a765a Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Thu, 12 Dec 2002 11:57:00 +0000 Subject: Some cleaning up of comments. Some changes to the makefile Some cleaning up of comments. Some changes to the makefile autoconfiguration stuff. darcs-hash:20021212115707-07bb3-1a2c92110ec6865f5fa355ead769465822c97735.gz --- CarpetAttic/CarpetIOFlexIO/README | 3 ++- CarpetAttic/CarpetIOFlexIO/src/ioflexio.h | 4 ++-- CarpetAttic/CarpetIOFlexIO/src/make.code.defn | 4 ++-- CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) (limited to 'CarpetAttic') diff --git a/CarpetAttic/CarpetIOFlexIO/README b/CarpetAttic/CarpetIOFlexIO/README index 58290c50b..63057198a 100644 --- a/CarpetAttic/CarpetIOFlexIO/README +++ b/CarpetAttic/CarpetIOFlexIO/README @@ -1,7 +1,8 @@ Cactus Code Thorn CarpetIOFlexIO Authors : Erik Schnetter -CVS info : $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/README,v 1.2 2002/03/26 15:34:21 schnetter Exp $ +CVS info : $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/README,v 1.3 2002/12/12 12:57:07 schnetter Exp $ -------------------------------------------------------------------------- Purpose of the thorn: +FlexIO based file I/O diff --git a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.h b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.h index b5d9a1ea3..ff388b8c8 100644 --- a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.h +++ b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.h @@ -1,4 +1,4 @@ -/* $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.h,v 1.3 2002/09/01 14:52:26 schnetter Exp $ */ +/* $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.h,v 1.4 2002/12/12 12:57:07 schnetter Exp $ */ #ifndef CARPETIOFLEXIO_H #define CARPETIOFLEXIO_H @@ -16,7 +16,7 @@ namespace CarpetIOFlexIO { #ifdef __cplusplus } /* extern "C" */ -} /* namespace CarpetIOASCII */ +} /* namespace CarpetIOFlexIO */ #endif #endif /* !defined(CARPETIOFLEXIO_H) */ diff --git a/CarpetAttic/CarpetIOFlexIO/src/make.code.defn b/CarpetAttic/CarpetIOFlexIO/src/make.code.defn index 8b44061f0..6c9346f0f 100644 --- a/CarpetAttic/CarpetIOFlexIO/src/make.code.defn +++ b/CarpetAttic/CarpetIOFlexIO/src/make.code.defn @@ -1,5 +1,5 @@ # Main make.code.defn file for thorn CarpetIOFlexIO -# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/make.code.defn,v 1.2 2002/08/16 20:19:57 schnetter Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/make.code.defn,v 1.3 2002/12/12 12:57:07 schnetter Exp $ # Source files in this directory SRCS = ioflexio.cc @@ -14,7 +14,7 @@ SUBDIRS = # Add your include directories here until Cactus has a better # configuration mechanism: # (The library directories are set in the make.configuration.defn file.) -FLEXIO_SYS_INC_DIRS := /home/eschnett/proj/FlexIO/include /home/schnette/proj/FlexIO/include +FLEXIO_SYS_INC_DIRS := /home/eschnett/proj/FlexIO/include /home/schnette/proj/FlexIO/include /home/eschnett/FlexIO # Add this thorn's configuration information SYS_INC_DIRS := $(FLEXIO_SYS_INC_DIRS) $(SYS_INC_DIRS) diff --git a/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn b/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn index 004c3b75c..2fd2e7137 100644 --- a/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn +++ b/CarpetAttic/CarpetIOFlexIO/src/make.configuration.defn @@ -1,12 +1,12 @@ # Main make.configuration.defn file for thorn CarpetIOFlexIO -# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/Attic/make.configuration.defn,v 1.3 2002/08/16 20:19:57 schnetter Exp $ +# $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/Attic/make.configuration.defn,v 1.4 2002/12/12 12:57:07 schnetter Exp $ # Provide configuration information for the FlexIO library # Add your library directories here until Cactus has a better # configuration mechanism: # (The include directories are set in the make.code.defn file.) -FLEXIO_LIBDIRS := /home/eschnett/proj/FlexIO/lib /home/schnette/proj/FlexIO/lib +FLEXIO_LIBDIRS := /home/eschnett/proj/FlexIO/lib /home/schnette/FlexIO/lib /home/eschnett/FlexIO # The FlexIO, HDF5, HDF4, and their support libraries FLEXIO_LIBS := AMR h5io hdfio hlio ieeeio hdf5 mfhdf df jpeg z -- cgit v1.2.3