aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/elliptic/README')
-rw-r--r--src/elliptic/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/elliptic/README b/src/elliptic/README
index 09fa662..64f371d 100644
--- a/src/elliptic/README
+++ b/src/elliptic/README
@@ -31,11 +31,6 @@ lapack_wrapper.F77
ilucg.h
Header file defining C/C++ prototypes for ILUCG routines
-ilucg.f77
- ILUCG (Incomplete LU-decomposition / conjugate gradiant)
- subroutine. I don't know the original author of this routine;
- it was provided to me by Tom Nicol, UBC Computing Center,
- in c.1985.
ilucg_wrapper.F77
Wrapper routines around the ILUCG routines, to avoid problems
with C <--> Fortran passing of Fortran logical return results.