aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid/src/regrid.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-03-23 21:15:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-03-23 21:15:00 +0000
commitcdf0970ca9fd141858eaa14cd566423a541bd933 (patch)
tree12c437f22f4a3b76a9871662d60af146f1ae7b75 /Carpet/CarpetRegrid/src/regrid.hh
parentb893d469253bae95ac483e5a20acd0628f1b2670 (diff)
CarpetRegrid: Correct some errors in the automatic regridding routine
Correct some errors in the automatic regridding routine. Add a parameter for verbose screen output. darcs-hash:20050323211540-891bb-8591fe329d8878afb826f7336d00daf6bb1345cb.gz
Diffstat (limited to 'Carpet/CarpetRegrid/src/regrid.hh')
-rw-r--r--Carpet/CarpetRegrid/src/regrid.hh6
1 files changed, 0 insertions, 6 deletions
diff --git a/Carpet/CarpetRegrid/src/regrid.hh b/Carpet/CarpetRegrid/src/regrid.hh
index 30038d8b2..fa0dd59f1 100644
--- a/Carpet/CarpetRegrid/src/regrid.hh
+++ b/Carpet/CarpetRegrid/src/regrid.hh
@@ -123,18 +123,12 @@ namespace CarpetRegrid {
const gh & hh,
const int rl,
const int numrl,
- const int minwidth,
- const CCTK_REAL minfraction,
- const CCTK_REAL maxerror,
const gf<CCTK_REAL> & errorvar,
vector<ibbox> & bbs,
vector<bbvect> & obs);
void Automatic_Recursive (const cGH * const cctkGH,
const gh & hh,
- const int minwidth,
- const CCTK_REAL minfraction,
- const CCTK_REAL maxerror,
const data<CCTK_REAL> & errorvar,
list<ibbox> & bbl,
const ibbox & region);