aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 15:11:08 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 15:11:08 +0000
commitfda7ee6325f5240f91e2fb1c0144650dab884293 (patch)
treeb6ce579083ec57b4a40d37ab619ac9728cb05ef6 /src/elliptic
parentdb69020be90014b2b70eb738e2294d947a544757 (diff)
* remove ilucg.h (moved to ../sparse-matrix/ilucg/)
* remove ilucg_wrapper.F77 (don't need this any more) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1076 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/elliptic')
-rw-r--r--src/elliptic/README7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/elliptic/README b/src/elliptic/README
index 64f371d..ed2754c 100644
--- a/src/elliptic/README
+++ b/src/elliptic/README
@@ -28,10 +28,3 @@ lapack.h
lapack_wrapper.F77
Wrapper routines around a few LAPACK routines, to avoid problems
with C <--> Fortran passing of character-string arguments.
-
-ilucg.h
- Header file defining C/C++ prototypes for ILUCG routines
-ilucg_wrapper.F77
- Wrapper routines around the ILUCG routines, to avoid problems
- with C <--> Fortran passing of Fortran logical return results.
-