summaryrefslogtreecommitdiff
path: root/src/include/cctk.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-04 11:03:57 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-09-04 11:03:57 +0000
commit070333b3da106715b0705799bcbd42f498b63d9f (patch)
treec14737b6add48c7dea2e5bd96af96c55c0cfc6ef /src/include/cctk.h
parent317f3afa679918cd8b727b4b92b7f53d7ed4d003 (diff)
Setting all output dividers to be the same length and not too long
git-svn-id: http://svn.cactuscode.org/flesh/trunk@868 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctk.h')
-rw-r--r--src/include/cctk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cctk.h b/src/include/cctk.h
index 883b5586..641d9c76 100644
--- a/src/include/cctk.h
+++ b/src/include/cctk.h
@@ -29,7 +29,7 @@
#ifdef FCODE
#define CCTK_PRINTSEPARATOR\
- print *,"----------------------------------------------------------------"
+ print *,"-----------------------------------------------------------"
#define _CCTK_FARGUMENTS cctk_dim, cctk_gsh, cctk_lsh, cctk_lbnd, cctk_ubnd, cctk_from, cctk_to, cctk_bbox, cctk_delta_time, cctk_time, cctk_delta_space, cctk_origin_space, cctk_levfac, cctk_convlevel, cctk_nghostzones, cctk_iteration, cctkGH
#define _DECLARE_CCTK_FARGUMENTS INTEGER cctk_dim&&\
@@ -61,7 +61,7 @@
#define CCTK_PRINTSEPARATOR \
- printf("----------------------------------------------------------------\n");
+ printf("--------------------------------------------------------------------------------\n");
#define _DECLARE_CCTK_CARGUMENTS \
int cctk_dim=cctkGH->cctk_dim;\