aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/data.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2005-01-03 13:53:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2005-01-03 13:53:00 +0000
commitc255f2a5e8475f4f4867bdc251836804545b882f (patch)
tree588606cb1f21d99096aac4bfd73b4a94937d7aeb /Carpet/CarpetLib/src/data.hh
parent365415f06872899013bb5f530a5c3104c8fb6d00 (diff)
CarpetLib: Rename data::interpolate_in_time to data::try_without_time_interpolation
darcs-hash:20050103135332-891bb-e92a19212dfbadde889fda0760232f5b7749aac3.gz
Diffstat (limited to 'Carpet/CarpetLib/src/data.hh')
-rw-r--r--Carpet/CarpetLib/src/data.hh10
1 files changed, 5 insertions, 5 deletions
diff --git a/Carpet/CarpetLib/src/data.hh b/Carpet/CarpetLib/src/data.hh
index 27b91acfb..9f0d9b6dd 100644
--- a/Carpet/CarpetLib/src/data.hh
+++ b/Carpet/CarpetLib/src/data.hh
@@ -150,11 +150,11 @@ public:
// Output
ostream& output (ostream& os) const;
private:
- bool interpolate_in_time (const vector<const gdata*> & gsrcs,
- const vector<CCTK_REAL> & times,
- const ibbox& box, const CCTK_REAL time,
- const int order_space,
- const int order_time);
+ bool try_without_time_interpolation (const vector<const gdata*> & gsrcs,
+ const vector<CCTK_REAL> & times,
+ const ibbox& box, const CCTK_REAL time,
+ const int order_space,
+ const int order_time);
void interpolate_restrict (const vector<const data<T>*> & gsrcs,
const vector<CCTK_REAL> & times,
const ibbox& box);