aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/operator_prototypes_3d.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2012-02-05 20:26:57 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2012-02-05 20:26:57 -0500
commitb359f16e96b3aa6b984037e778bce128b66adaf1 (patch)
treecd18e7387ff67d0a9f41f583d82bb05922f47a47 /Carpet/CarpetLib/src/operator_prototypes_3d.hh
parent1fa65d0210a9d2634bb35608826b260d3eb11cda (diff)
parent5656b625eecd7db5b9f2790bfa890654f0bd0119 (diff)
Merge
Diffstat (limited to 'Carpet/CarpetLib/src/operator_prototypes_3d.hh')
-rw-r--r--Carpet/CarpetLib/src/operator_prototypes_3d.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/Carpet/CarpetLib/src/operator_prototypes_3d.hh b/Carpet/CarpetLib/src/operator_prototypes_3d.hh
index 08d633d18..3cf3cef11 100644
--- a/Carpet/CarpetLib/src/operator_prototypes_3d.hh
+++ b/Carpet/CarpetLib/src/operator_prototypes_3d.hh
@@ -60,18 +60,6 @@ namespace CarpetLib {
ibbox3 const & restrict dstregbbox,
void * extraargs);
- template <typename T>
- void
- accumulate_3d (T const * restrict const src,
- ivect3 const & restrict srcext,
- T * restrict const dst,
- ivect3 const & restrict dstext,
- ibbox3 const & restrict srcbbox,
- ibbox3 const & restrict dstbbox,
- ibbox3 const & restrict srcregbbox,
- ibbox3 const & restrict dstregbbox,
- void * extraargs);
-
template <typename T, int ORDER>