aboutsummaryrefslogtreecommitdiff
path: root/src/macro/DXDB_declare.h
diff options
context:
space:
mode:
authormiguel <miguel@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-10-09 22:19:29 +0000
committermiguel <miguel@b1d164ef-f17a-46e7-89d4-021c7118ef4e>2002-10-09 22:19:29 +0000
commiteea6dc2929fdb7e096d8255a6e80b89981b99a69 (patch)
treedbf519390ff45feea357e6f03052a0a6294ebc14 /src/macro/DXDB_declare.h
parent35610aaa28ed9575bdf137f3ac264cd3bea23e3f (diff)
eliminated upwinding here! Derivatives of the shift SHOULD NOT be upwinded.
Upwinding happens in derivatives of other fields that are hit by a shift in front. This upwindind was wrong and was introducing large errors. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/ADMMacros/trunk@49 b1d164ef-f17a-46e7-89d4-021c7118ef4e
Diffstat (limited to 'src/macro/DXDB_declare.h')
-rw-r--r--src/macro/DXDB_declare.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/macro/DXDB_declare.h b/src/macro/DXDB_declare.h
index cab9b4e..54aaaf6 100644
--- a/src/macro/DXDB_declare.h
+++ b/src/macro/DXDB_declare.h
@@ -67,13 +67,6 @@
CCTK_REAL DXDB_DXDBY
CCTK_REAL DXDB_DXDBZ
-#ifndef ADMMACROS_ADVECTION
- integer admmacros_advectionx
- integer admmacros_advectiony
- integer admmacros_advectionz
-#define ADMMACROS_ADVECTION
-#endif
-
#endif