[Commits] [svn:einsteintoolkit] NullGrid/branches/tapir/ (Rev. 16)

bela at caltech.edu bela at caltech.edu
Fri Jan 3 01:23:01 CST 2014


User: szilagyi
Date: 2014/01/03 01:23 AM

Modified:
 /branches/tapir/
  interface.ccl, schedule.ccl

Log:
 minor change

File Changes:

Directory: /branches/tapir/
===========================

File [modified]: interface.ccl
Delta lines: +2 -4
===================================================================
--- branches/tapir/interface.ccl	2013-12-28 04:57:25 UTC (rev 15)
+++ branches/tapir/interface.ccl	2014-01-03 07:23:01 UTC (rev 16)
@@ -23,10 +23,8 @@
  null_dx, qsize
 } "scalars"
 
-CCTK_REAL NullTime TYPE=SCALAR TIMELEVELS=3
-{
- null_time
-} "histor of last 3 time-levels"
+CCTK_REAL null_time TYPE=SCALAR TIMELEVELS=3 \
+"history of last 3 time-levels"
 
 ##################################################################
 # INTEGER CONSTANTS DESCRIBING THE GRID

File [modified]: schedule.ccl
Delta lines: +1 -1
===================================================================
--- branches/tapir/schedule.ccl	2013-12-28 04:57:25 UTC (rev 15)
+++ branches/tapir/schedule.ccl	2014-01-03 07:23:01 UTC (rev 16)
@@ -2,7 +2,7 @@
 # $Header$
 
 storage: RadCrd NullSclr StCrd StCmCrd NullGrParArrI NullGrParArrR
-storage: EG_mask, guard_mask, EQ_mask, EV_mask, NullTime[3]
+storage: EG_mask, guard_mask, EQ_mask, EV_mask, null_time[3]
 
 schedule NullGrid_RegisterCoords at STARTUP
 {



More information about the Commits mailing list