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 --- src/elliptic/Jacobian.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/elliptic/Jacobian.cc') diff --git a/src/elliptic/Jacobian.cc b/src/elliptic/Jacobian.cc index 83b0a0e..4ac18c3 100644 --- a/src/elliptic/Jacobian.cc +++ b/src/elliptic/Jacobian.cc @@ -21,13 +21,12 @@ #include #include #include +#include #include "util_Table.h" #include "cctk.h" #include "cctk_Arguments.h" -#include "stl_vector.hh" - #include "config.h" #include "stdc.h" #include "../jtutil/util.hh" -- cgit v1.2.3