aboutsummaryrefslogtreecommitdiff
path: root/src/patch/patch.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-29 15:23:41 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-03-29 15:23:41 +0000
commit883ec2082f41422ace8213e496014fdf0f495c08 (patch)
tree247d8ba67def526d61ee76538c739c0b8fbcc1f1 /src/patch/patch.hh
parent19a124f8ed3fe19540866536ec30113fcd9b8f35 (diff)
fix inheritance to restore fd_grid between grid and patch
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@393 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/patch.hh')
-rw-r--r--src/patch/patch.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/patch.hh b/src/patch/patch.hh
index c18b047..33bae96 100644
--- a/src/patch/patch.hh
+++ b/src/patch/patch.hh
@@ -137,7 +137,7 @@ class patch_system;
// const qualifiers refer to the gridfn values
//
class patch
- : public grid
+ : public fd_grid
{
//
// ***** patch system, type, and coordinate metadata *****