aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-24 14:50:12 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-03-24 14:50:12 +0000
commit1959d201ccf103698899d216dc7c15fbea673378 (patch)
tree8f894bde65c7eba38a34c1399ea8079c3646b863 /src/elliptic
parent97add53a27ee7d6175097ddce79d4a04a8193578 (diff)
change Fortran comments
c blah blah's blah to c blah blah is blah to avoid confusing the C preprocessor on these files git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1011 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/elliptic')
-rw-r--r--src/elliptic/ilucg_wrapper.F774
-rw-r--r--src/elliptic/lapack_wrapper.F774
2 files changed, 4 insertions, 4 deletions
diff --git a/src/elliptic/ilucg_wrapper.F77 b/src/elliptic/ilucg_wrapper.F77
index 32ee1ec..8db16db 100644
--- a/src/elliptic/ilucg_wrapper.F77
+++ b/src/elliptic/ilucg_wrapper.F77
@@ -15,8 +15,8 @@ c
c
c Note that the Compaq f90 compiler complains about empty (or all-comment)
-c files, so we still have to define an empty subroutine even if it's never
-c called. :( Oh well, memory's cheap...
+c files, so we still have to define an empty subroutine even if it is never
+c called. :( Oh well, memory is cheap...
c
#include "config.h"
diff --git a/src/elliptic/lapack_wrapper.F77 b/src/elliptic/lapack_wrapper.F77
index 95c3375..15c30f8 100644
--- a/src/elliptic/lapack_wrapper.F77
+++ b/src/elliptic/lapack_wrapper.F77
@@ -14,8 +14,8 @@ c
c
c Note that the Compaq f90 compiler complains about empty (or all-comment)
-c files, so we still have to define an empty subroutine even if it's never
-c called. :( Oh well, memory's cheap...
+c files, so we still have to define an empty subroutine even if it is never
+c called. :( Oh well, memory is cheap...
c
#include "config.h"