[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 367)

rhaas at tapir.caltech.edu rhaas at tapir.caltech.edu
Thu Jun 21 21:29:15 CDT 2012


User: rhaas
Date: 2012/06/21 09:29 PM

Modified:
 /trunk/
  interface.ccl

Log:
 Revert "GRHydro: change prolongation type of real valued atmosphere mask to none"
 
 This reverts commit 7f01f5ce8acd6d03a3dd44637f627a17eb37c120.

File Changes:

Directory: /trunk/
==================

File [modified]: interface.ccl
Delta lines: +1 -1
===================================================================
--- trunk/interface.ccl	2012-06-21 23:36:47 UTC (rev 366)
+++ trunk/interface.ccl	2012-06-22 02:29:15 UTC (rev 367)
@@ -427,7 +427,7 @@
 # This real mask is set during UpdateAtmosphereMask and sync'ed afterwards (including possible interpatch interpolation)
 # After syn'ing and before any con2prim fun, we set the integer mask above based on the real-valued mask.
 # This ensures that any routine using the int mask is still correctly working.
-real GRHydro_atmosphere_mask_real type = GF Timelevels = 1 tags='Prolongation="none" checkpoint="no"'
+real GRHydro_atmosphere_mask_real type = GF Timelevels = 1 tags='Prolongation="copy" checkpoint="no"'
 {
   atmosphere_mask_real
 } "Flags to say whether a point needs to be reset to the atmosphere. This is sync'ed (and possibly interpolated)!"



More information about the Commits mailing list