aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/variables.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-05-02 14:34:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-05-02 14:34:00 +0000
commit3983a71137d0194fd45d5c0b68c12af00542fdd1 (patch)
tree6340f301510bc33db27d9be37a57606694b30def /Carpet/Carpet/src/variables.hh
parentcc0a0368df6f94957527d3b48760d84cda7388eb (diff)
Carpet: #define CARPET_NEW_REFFACT to indicate that the API changed
#define CARPET_NEW_REFFACT to indicate that the variable reffact does not exist any more, so that code can work with both the old and the new version of Carpet. darcs-hash:20050502143429-891bb-f80074f9b95074f38b2542889519769c0143df77.gz
Diffstat (limited to 'Carpet/Carpet/src/variables.hh')
-rw-r--r--Carpet/Carpet/src/variables.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/variables.hh b/Carpet/Carpet/src/variables.hh
index c36410ead..aeed387ff 100644
--- a/Carpet/Carpet/src/variables.hh
+++ b/Carpet/Carpet/src/variables.hh
@@ -44,6 +44,7 @@ namespace Carpet {
// Refinement levels
extern int reflevels;
+#define CARPET_NEW_REFFACT
#if 0
// Refinement factor
extern int reffact;