aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-10-08 21:42:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-10-08 21:42:00 +0000
commite7a2ab1b3ec08ed23613442324e61beabff40d37 (patch)
treeffc580b8b20d68346d44a09391638bdd72ea82c9
parentcf107e63e607a6ba884484eba72be39640cc9d96 (diff)
Correct error in comment
darcs-hash:20041008214231-891bb-f8edb18b5ace8aeee6c1f0d2c70f9b3bf5ef6c6a.gz
-rw-r--r--Carpet/CarpetIOHDF5/src/make.configuration.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Carpet/CarpetIOHDF5/src/make.configuration.defn b/Carpet/CarpetIOHDF5/src/make.configuration.defn
index c55f7eb6c..4773bf5db 100644
--- a/Carpet/CarpetIOHDF5/src/make.configuration.defn
+++ b/Carpet/CarpetIOHDF5/src/make.configuration.defn
@@ -1,7 +1,7 @@
# Main make.configuration.defn file for thorn CarpetIOHDF5 -*-Makefile-*-
# $Header:$
-# Ensure that MPI is available
+# Ensure that HDF5 is available
ifeq ($(strip $(HAVE_HDF5)), )
$(error Configuration error: The CarpetIOHDF5 thorn requires HDF5. Please configure with HDF5, or remove the CarpetIOHDF5 thorn from the ThornList.)
endif