diff --git a/src/Decomposition/common.hpp b/src/Decomposition/common.hpp index c2bdf6b9d8a784cd8d2dc0a557f0dcb4d2588c27..81d958ddefa171cde372207e0bec5d24a9c3104d 100755 --- a/src/Decomposition/common.hpp +++ b/src/Decomposition/common.hpp @@ -100,12 +100,6 @@ struct Box_sub_k { cmb.zero(); } - - // encap interface to make compatible with OpenFPM_IO - template <int i> auto get() -> decltype( std::declval<Box<dim,T> *>()->template get<i>()) - { - return ::Box<dim,T>::template get<i>(); - } }; //! Case for local ghost box