aboutsummaryrefslogtreecommitdiff
path: root/src/SourceData.F77
diff options
context:
space:
mode:
Diffstat (limited to 'src/SourceData.F77')
-rw-r--r--src/SourceData.F779
1 files changed, 5 insertions, 4 deletions
diff --git a/src/SourceData.F77 b/src/SourceData.F77
index b6093ad..cde3fb8 100644
--- a/src/SourceData.F77
+++ b/src/SourceData.F77
@@ -35,7 +35,8 @@ c where Q is the total charge and R is the sphere radius
integer length
character*30 fsolver
-
+ character*200 infoline
+
c Get variable indices for all grid functions
call CCTK_VarIndex (iMcoeff, "idscalarwaveelliptic::Mcoeff")
@@ -100,9 +101,9 @@ c Call elliptic solver to fill out phi
c Fill a fortran string with the name of the solver
call CCTK_FortranString(length,solver,fsolver)
-
- call CCTK_INFO("Going into elliptic solver")
- print *,"Solver:",fsolver(1:length),"."
+ write(infoline,'(A27,A)') 'Going into elliptic solver ',
+ & fsolver(1:length)
+ call CCTK_INFO(infoline)
call Ell_LinFlatSolver(
& ierr,