aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authordiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-05-02 07:36:11 +0000
committerdiener <diener@2a26948c-0e4f-0410-aee8-f1d3e353619c>2003-05-02 07:36:11 +0000
commit512c09c6be264f1f6d9596f318889fdd118f4120 (patch)
tree5c1dc01d57bd54899e09d0288f1fc5dd5c1cd5b0 /src/include
parent5479bc97e8ff7cc60c6ac74ba133b4ff47f874b5 (diff)
Tweaked wording of some comments.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/EHFinder/trunk@98 2a26948c-0e4f-0410-aee8-f1d3e353619c
Diffstat (limited to 'src/include')
-rw-r--r--src/include/physical_part.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/physical_part.h b/src/include/physical_part.h
index 40177a1..8cc487f 100644
--- a/src/include/physical_part.h
+++ b/src/include/physical_part.h
@@ -2,14 +2,14 @@
! $Header$
! nx, ny and nz contains the full size of the chunk.
-! nx, ny and nz are defined in EHFinder_mod.F90.
+! nx, ny and nz are declared in EHFinder_mod.F90.
nx = cctk_lsh(1)
ny = cctk_lsh(2)
nz = cctk_lsh(3)
! ngx, ngy, ngz contains the size of any ghostzones.
-! ngx, ngy and ngz are defined in EHFinder_mod.F90.
+! ngx, ngy and ngz are declared in EHFinder_mod.F90.
ngx = cctk_nghostzones(1)
ngy = cctk_nghostzones(2)
@@ -17,7 +17,7 @@ ngz = cctk_nghostzones(3)
! ixl and ixr is set to the minimum and maximum local cell index in the
! x-direction. The corresponding is done for the y- and z-directions.
-! ixl, ixr, jyl, jyr, kzl, kzr are defined in EHFinder_mod.F90.
+! ixl, ixr, jyl, jyr, kzl, kzr are declared in EHFinder_mod.F90.
symx = .false.; symy = .false.; symz = .false.;
@@ -45,7 +45,7 @@ if ( cctk_bbox(6) .eq. 0 ) kzr = kzr - ngz
! as seen on the global grid is equal to zero. If this is the case adjust the
! minimum and maximum cell index appropriately with the size of the ghostzone.
! Also symx, symy and symz are set to true.
-! symx, symy and symz are defined in EHFinder_mod.F90.
+! symx, symy and symz are declared in EHFinder_mod.F90.
if ( CCTK_EQUALS ( domain, 'octant' ) ) then
if (cctk_lbnd(1) .eq. 0 ) then