From 058eec14278dc8278a64dcb0f4135356948cdcd5 Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 31 Oct 2002 18:50:13 +0000 Subject: This log message is the one that should have been attached to the previous commit, but wasn't due to an editing mistake. :( * Rename two parameters N_ghost_points --> ghost_zone_width N_overlap_points --> patch_overlap_width In both cases there's no change in semantics, "just" a name change to be clearer. * Redesign the way we specify the angular resolution: Formerly it was via a real parameter delta_drho_dsigma which gave the angular grid spacing in degrees. This was a bit clumsy -- you had to hand-calculate which spacings would evenly divide the grid sizes (typically 45 degrees, or 90 degrees for full-sphere patch systems). The new scheme uses an integer parameter N_zones_per_right_angle which gives the number of grid zones in 90 degrees, i.e. it gives 90.0/delta_drho_dsigma . This makes it easy to tell what the legal values are (integers, must be even for non-full-sphere patch systems, since they have 45-degree-wide patches). Since most par files didn't specify the old parameter, they won't need changing for the new one; another set of commits fixes all the par files in the run/ directory tree of this thorn which do specify the resolution explicitly. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@875 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 39bee7e..e163597 100644 --- a/README +++ b/README @@ -138,7 +138,7 @@ Compiler Notes ============== The code should be fully portable across architectures and operating -systems, but compilers may be a problem: +systems, but C++ compilers may be a problem: The code has been compiled and run successfully using * gcc version 2.95.3 20010125 (prerelease) -- cgit v1.2.3