From 70dfc183be3fff193d86eefef8c68b3ea1ad5438 Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 16 Jan 2003 17:07:08 +0000 Subject: * change to not use STL vector class any more (it caused portability problems on platinum) ==> move stl_vector.hh from src/include/ to archive/ directory * convert patch_system_type and initial_guess_method parameters to be array parameters, i.e. they're now set individually for each AH we want to find git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@920 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 9d15ccc..5050042 100644 --- a/README +++ b/README @@ -138,9 +138,8 @@ In particular: alas none of the more modern forms ( and namespace std::) seem to be supported on as wide a range of systems as the pre-namespaces form.) -* vector is the only part of the C++ standard template library (STL) - used. Either or is #included, depending on which - of them exists (this is probed by the Cactus configuration process). +* To avoid various portability problems, the C++ standard template + library (STL) isn't used. Compiler Notes -- cgit v1.2.3